summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormeZee2015-11-08 01:48:38 -0600
committermeZee2015-11-08 01:48:38 -0600
commit3a1f37c1268f9ad81166620b7ef7c3f49fddd4a7 (patch)
treef0aed950e472c0df01d68ada6db2c8f15fd7f114
parent8ae57cace324cbb869b95dfb3b3100660520e97b (diff)
downloadaur-3a1f37c1268f9ad81166620b7ef7c3f49fddd4a7.tar.gz
Prevent conflicts with cython by specifying `provides`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e7cf8b0aa6..54c76196a72b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = cython-kivy
license = APACHE
makedepends = python-setuptools
depends = python
- conflicts = cython
+ provides = cython=${pkgver}
source = http://cython.org/release/Cython-0.21.2.tar.gz
sha256sums = b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679
diff --git a/PKGBUILD b/PKGBUILD
index a59bf3d9986f..97f0be0c0273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://www.cython.org"
license=('APACHE')
depends=('python')
makedepends=('python-setuptools')
-conflicts=('cython')
+provides=('cython=${pkgver}')
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
sha256sums=('b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679')