summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:15:42 +0200
committerMatti Niemenmaa2021-12-12 15:15:42 +0200
commit38e5bdc50acf1833f53892c45fa776823901500f (patch)
treeadd465ad1e410909cd41274691fcc6f3367d106e /PKGBUILD
parentc726eb7e2171cf5119e0938b153f8545020fd5f5 (diff)
downloadaur-python-amqpy-git.tar.gz
Add provides/conflicts against non-git
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')