summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormeZee2015-11-08 01:48:38 -0600
committermeZee2015-11-08 01:48:38 -0600
commit3a1f37c1268f9ad81166620b7ef7c3f49fddd4a7 (patch)
treef0aed950e472c0df01d68ada6db2c8f15fd7f114 /PKGBUILD
parent8ae57cace324cbb869b95dfb3b3100660520e97b (diff)
downloadaur-3a1f37c1268f9ad81166620b7ef7c3f49fddd4a7.tar.gz
Prevent conflicts with cython by specifying `provides`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')