summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')