summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmilia Stoyanova2021-03-19 17:48:30 +0100
committerEmilia Stoyanova2021-03-19 17:48:30 +0100
commite78b9285ac026dce3021e133c69c6b5e347178ff (patch)
treec2f463904af60b427b54d255fa4b6c3213f34434 /PKGBUILD
parent825213c6ffac83a5616c1725b7492d68295a5859 (diff)
downloadaur-python2-xmpppy-git.tar.gz
Fixed conflicts and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b709703ad1c..1265f2cb4657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ pkgname=python2-${_pkgname}-git
pkgver() { git -C "${_pkgname}" describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./g'; }
pkgver=0.6.2.r0.gef1cbd6
pkgrel=1
-pkgdesc="Python 2/3 implementation of XMPP (RFC3920, RFC3921)."
+pkgdesc="Python 2 implementation of XMPP (RFC3920, RFC3921)."
arch=('any')
url="https://github.com/xmpppy/${_pkgname}"
license=('GPL3')
depends=("python2" "python2-setuptools")
makedepends=("git")
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
+provides=("python2-${_pkgname}=${pkgver}")
+conflicts=("${_pkgname}" "python2-${_pkgname}" "python-${_pkgname}" "python-${_pkgname}-git")
source=("git+$url.git#branch=master")
md5sums=('SKIP')