summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-13 13:15:23 +0200
committerBenjamin Chrétien2015-08-13 13:15:23 +0200
commit1ad9e7f13a07da680bf0aaeb8f6c8c56c2359108 (patch)
tree47f929db6af994abeffe4e33eb6c9924be74b110
parente629ae5249a309b1c05f321e0a5c4c49e2978f1a (diff)
downloadaur-1ad9e7f13a07da680bf0aaeb8f6c8c56c2359108.tar.gz
Prepare for removal in favor of python2-kitchen
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 286ec759212b..33313ed8807c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kitchen
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Kitchen contains a cornucopia of useful code"
url="https://fedorahosted.org/kitchen"
depends=('python2' )
@@ -11,6 +11,8 @@ license=('LGPLv2+')
arch=('any')
source=('https://pypi.python.org/packages/source/k/kitchen/kitchen-1.1.1.tar.gz')
md5sums=('059d7ce048ca1d0fb53e6755145137b0')
+provides=(python2-kitchen)
+conflicts=(python2-kitchen)
build() {
cd $srcdir/kitchen-1.1.1