diff options
| author | kj_sh604 | 2025-08-30 00:15:35 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-08-30 00:15:35 -0400 |
| commit | dc8d7157a95615d5b025b16ecdbb9c21bcecd924 (patch) | |
| tree | c7d3d340a0cc7294d1009abc14c19ee34144cffa | |
| parent | 4fa48e75e0fee0603a68ed92ab1486fafe55fbe5 (diff) | |
| -rw-r--r-- | .SRCINFO | 4 | ||||
| -rw-r--r-- | PKGBUILD | 8 |
2 files changed, 2 insertions, 10 deletions
@@ -1,7 +1,7 @@ pkgbase = python2-libxml2 pkgdesc = Python 2 bindings for the XML parsing library v2 pkgver = 2.9.14 - pkgrel = 2 + pkgrel = 3 url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home arch = x86_64 arch = aarch64 @@ -12,8 +12,6 @@ pkgbase = python2-libxml2 depends = glibc depends = libxml2-legacy depends = python2 - provides = python2-libxml2 - conflicts = python2-libxml2 source = python2-libxml2::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 source = no-fuzz.diff source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz @@ -4,7 +4,7 @@ _modulename="libxml2" _pyruntime=python2 pkgname="${_pyruntime}-${_modulename}" pkgver=2.9.14 -pkgrel=2 +pkgrel=3 pkgdesc='Python 2 bindings for the XML parsing library v2' _url="https://gitlab.gnome.org/GNOME/${_modulename}" url="${_url}/-/wikis/home" @@ -18,12 +18,6 @@ depends=( makedepends=( git ) -provides=( - "${pkgname}" -) -conflicts=( - "${pkgname}" -) _commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0 _w3_tests="https://www.w3.org/XML/Test/xmlts20130923.tar.gz" source=( |
