summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0970834..a32c85d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=(