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 b9a5c3c1f611..d2450245244f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
pkgname=amqp-qtools-git
pkgver=0.5.0.6f42dfd
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tools for sending and receiving AMQP 1.0 messages "
arch=(any)
url="https://github.com/ssorj/qtools"
license=('APACHE')
depends=('python3' 'qpid-proton')
+provides=("amqp-qtools")
+conflicts=('amqp-qtools')
makedepends=('git')
source=("qtools::git+https://github.com/ssorj/qtools.git")
sha256sums=('SKIP')