summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0fa2b19e30d..626994b7ad10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = amqp-qtools-git
pkgdesc = Command-line tools for sending and receiving AMQP 1.0 messages
pkgver = 0.5.0.6f42dfd
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssorj/qtools
arch = any
license = APACHE
makedepends = git
depends = python3
depends = qpid-proton
+ provides = amqp-qtools
+ conflicts = amqp-qtools
source = qtools::git+https://github.com/ssorj/qtools.git
sha256sums = SKIP
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')