summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2022-08-03 10:10:16 +0200
committerMikhail f. Shiryaev2022-08-03 10:10:16 +0200
commit62de827991536ced2cd0ad86ff121777d29921ef (patch)
tree182fc0341813c150901a3ae952715bd0e9964573 /PKGBUILD
parent659406c8acfc528d0a95315570a98720b480b971 (diff)
downloadaur-python-kazoo-git.tar.gz
Add conflicts for a proper packages interaction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40f5dd13f0e2..0bcf6f230d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
_name=kazoo
pkgname="python-${_name}-git"
pkgver=2.6.0.r60.g9bb8499
-pkgrel=1
+pkgrel=2
pkgdesc='kazoo implements a higher level API to Apache Zookeeper for Python clients.'
arch=('any')
url="https://github.com/python-zk/kazoo"
makedepends=('python-setuptools')
license=('APACHE')
provides=("python-${_name}")
+conflicts=("python-${_name}")
depends=('python' 'python-objgraph')
source=("${_name}::git+${url}.git")
sha1sums=('SKIP')