summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-12-16 22:05:57 -0600
committerDoug Newgard2013-12-16 22:05:57 -0600
commit33c47fba5eaffd548e5af2ab8214b70881a6444e (patch)
treeb5d8ae59841f31cbd5d2f2a04cee7b5267d31fbe /PKGBUILD
parent590da515638985af9f18e0df0033147c3e83ed63 (diff)
downloadaur-33c47fba5eaffd548e5af2ab8214b70881a6444e.tar.gz
Bump elm version requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf885e82c642..6b2d299fcd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-efl-git
_pkgname=${pkgname%-*}
-pkgver=1.8.0.r509.1c1f102
+pkgver=1.8.99.r515.9089706
pkgrel=1
pkgdesc="Python bindings for the Enlightenment Foundataion Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
-depends=('elementary>=1.7.99' 'python-dbus')
+depends=('elementary>=1.8.99' 'python-dbus')
+makedepends=('git' 'cython')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-makedepends=('git' 'cython')
source=("git://git.enlightenment.org/bindings/python/$_pkgname.git")
md5sums=('SKIP')