summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2016-03-28 13:32:22 -0700
committerShadowKyogre2016-03-28 13:32:22 -0700
commitcf642ce76ad631174672bbbc3005d8ab75f9ac06 (patch)
tree38c19b39ff022f2c84bbf8a74b6f41bb882a8ce5 /PKGBUILD
parent3688f1b4edf956ba2f7ca6cd581f5723fafb1332 (diff)
downloadaur-cf642ce76ad631174672bbbc3005d8ab75f9ac06.tar.gz
Replace pyrex dependency w/cython
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5b00177e525..88b88f2b3dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/compiz-reloaded/compizconfig-python"
license=('GPL')
depends=("compiz-core-git" 'libcompizconfig-git' 'glib2' 'python2' 'libxrandr' 'libsm' 'libxdamage')
-makedepends=('intltool' 'pkgconfig' 'pyrex')
+makedepends=('intltool' 'pkgconfig' 'cython')
options=('!libtool')
conflicts=('compizconfig-python')
provides=('compizconfig-python')