summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2015-01-03 20:58:12 -0600
committerDoug Newgard2015-01-03 20:58:12 -0600
commitbe0b524c1a3480df6430595de10b08932e9bb302 (patch)
treedadbfdaecfaaf3e41bfe3f266792db1760a9008b /PKGBUILD
parent28b4cfcf3f445c9a26507966db6762b30528c98c (diff)
downloadaur-be0b524c1a3480df6430595de10b08932e9bb302.tar.gz
Remove cython version restriction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 365e03fe7a78..09ec082ed1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_python=python
_pkgname=python-efl
pkgname=$_python-efl-git
-pkgver=1.12.99a720.b642c60
+pkgver=1.12.99a741.1910563
pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries - Development Version"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
depends=("elementary>=${pkgver%%a*}" "$_python-dbus")
-makedepends=('git' "${_python/p/c}<=0.21")
+makedepends=('git' "${_python/p/c}")
provides=("${pkgname%-*}=$pkgver")
conflicts=("${pkgname%-*}")
source=("git://git.enlightenment.org/bindings/python/$_pkgname.git")