summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a9d0a75e61f..1050667ffc0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
pkgname=python-amqpy-git
pkgver=v0.13.1.r3.gc5346b1
-pkgrel=1
+pkgrel=2
pkgdesc="Python 3 AMQP 0.9.1 client library"
arch=(any)
url='https://github.com/veegee/amqpy/'
license=(MIT)
makedepends=(git python-setuptools)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=("${pkgname}::git+https://github.com/veegee/amqpy.git")
sha256sums=('SKIP')