summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6932b41029..6847b9cd9f82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-amqpy-git
pkgdesc = Python 3 AMQP 0.9.1 client library
pkgver = v0.13.1.r3.gc5346b1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/veegee/amqpy/
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
+ provides = python-amqpy
+ conflicts = python-amqpy
source = python-amqpy-git::git+https://github.com/veegee/amqpy.git
sha256sums = SKIP
pkgname = python-amqpy-git
-
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')