summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-07-28 10:48:23 -0400
committerSean Anderson2018-07-28 10:48:23 -0400
commita31364de1fdf64162d86f2274861b6ab2ff301f3 (patch)
tree9bcffa4befcb95b72ec0bc3c27a07a57e7ff3f11
parent9d47ee19ed299023f2553811cdd905224df420cc (diff)
downloadaur-a31364de1fdf64162d86f2274861b6ab2ff301f3.tar.gz
Add conflicts with old package name
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 795d07db147f..5b0b241bc1ea 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,9 @@ pkgbase = python-kitchen
makedepends = python
makedepends = python-setuptools
depends = python
+ conflicts = python3-kitchen
source = https://github.com/fedora-infra/kitchen/archive/v1.2.5.tar.gz
md5sums = 35490785ed23c91bad1c083c7adbc39e
pkgname = python-kitchen
+
diff --git a/PKGBUILD b/PKGBUILD
index c34798d76b54..02933030587e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Useful snippets of python code"
url="https://github.com/fedora-infra/kitchen"
depends=('python' )
makedepends=('python' 'python-setuptools')
+conflicts=('python3-kitchen')
license=('LGPLv2+')
arch=('any')
source=(https://github.com/fedora-infra/kitchen/archive/v$pkgver.tar.gz)