summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-01-03 20:58:12 -0600
committerDoug Newgard2015-01-03 20:58:12 -0600
commitbe0b524c1a3480df6430595de10b08932e9bb302 (patch)
treedadbfdaecfaaf3e41bfe3f266792db1760a9008b
parent28b4cfcf3f445c9a26507966db6762b30528c98c (diff)
downloadaur-be0b524c1a3480df6430595de10b08932e9bb302.tar.gz
Remove cython version restriction
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6414df8e5f1f..9dbbc26f55ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl-git
pkgdesc = Python bindings for the Enlightenment Foundation Libraries - Development Version
- pkgver = 1.12.99a720.b642c60
+ pkgver = 1.12.99a741.1910563
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -8,10 +8,10 @@ pkgbase = python-efl-git
license = LGPL3
license = GPL3
makedepends = git
- makedepends = cython<=0.21
+ makedepends = cython
depends = elementary>=1.12.99
depends = python-dbus
- provides = python-efl=1.12.99a720.b642c60
+ provides = python-efl=1.12.99a741.1910563
conflicts = python-efl
source = git://git.enlightenment.org/bindings/python/python-efl.git
sha256sums = SKIP
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")