summarylogtreecommitdiffstats
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
parent659406c8acfc528d0a95315570a98720b480b971 (diff)
downloadaur-python-kazoo-git.tar.gz
Add conflicts for a proper packages interaction
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8fd909103a..e58979233374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-kazoo-git
pkgdesc = kazoo implements a higher level API to Apache Zookeeper for Python clients.
pkgver = 2.6.0.r60.g9bb8499
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-zk/kazoo
arch = any
license = APACHE
@@ -9,6 +9,7 @@ pkgbase = python-kazoo-git
depends = python
depends = python-objgraph
provides = python-kazoo
+ conflicts = python-kazoo
source = kazoo::git+https://github.com/python-zk/kazoo.git
sha1sums = SKIP
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')