summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2021-10-06 19:54:29 +0200
committerJohannes Wienke2021-10-06 19:54:29 +0200
commita3bde8f2c8b68846e5fc9479e36dc6c4ca4f4fe1 (patch)
treea63aa471f5f440f85fa3a67f9baf151d8bc46ad8 /PKGBUILD
parent24e8b4cc97023533b896139e91ac1e32ef51d5dd (diff)
downloadaur-amqp-qtools-git.tar.gz
Provide and conflict with non-git versions
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')