summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-11-05 11:26:39 -0600
committerDoug Newgard2014-11-05 11:26:39 -0600
commit268f18cb66c78c21e3d1f81439b04da4060ac6c1 (patch)
tree1f3d79633fb77c823a270d4198ea4c72fbe1add7
parentcaf826ccfe0fcdb4636d26827649c71e7911a016 (diff)
downloadaur-268f18cb66c78c21e3d1f81439b04da4060ac6c1.tar.gz
Forcably disable cython again
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be006d7f65d..ef7055a30ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-efl
pkgdesc = Python bindings for the Enlightenment Foundation Libraries
pkgver = 1.11.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.enlightenment.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0bc8461f0b0b..e657fbcaba33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _python=python
_pkgname=python-efl
pkgname=$_python-efl
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@@ -16,12 +16,14 @@ sha1sums=('7007178fedc5f7eb0ee5886e63ba0e533cfe86f0')
build() {
cd "$srcdir/$_pkgname-$pkgver"
+ DISABLE_CYTHON=1 \
$_python setup.py build
}
package() {
cd "$srcdir/$_pkgname-$pkgver"
+ DISABLE_CYTHON=1 \
$_python setup.py install --root="$pkgdir" --optimize=1
# install text files