diff options
author | Doug Newgard | 2013-12-16 22:05:57 -0600 |
---|---|---|
committer | Doug Newgard | 2013-12-16 22:05:57 -0600 |
commit | 33c47fba5eaffd548e5af2ab8214b70881a6444e (patch) | |
tree | b5d8ae59841f31cbd5d2f2a04cee7b5267d31fbe /PKGBUILD | |
parent | 590da515638985af9f18e0df0033147c3e83ed63 (diff) | |
download | aur-33c47fba5eaffd548e5af2ab8214b70881a6444e.tar.gz |
Bump elm version requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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') |