summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-12-16 22:05:57 -0600
committerDoug Newgard2013-12-16 22:05:57 -0600
commit33c47fba5eaffd548e5af2ab8214b70881a6444e (patch)
treeb5d8ae59841f31cbd5d2f2a04cee7b5267d31fbe
parent590da515638985af9f18e0df0033147c3e83ed63 (diff)
downloadaur-33c47fba5eaffd548e5af2ab8214b70881a6444e.tar.gz
Bump elm version requirement
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31500497115..c33fbb0b630d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl-git
pkgdesc = Python bindings for the Enlightenment Foundataion Libraries
- pkgver = 1.8.0.r509.1c1f102
+ pkgver = 1.8.99.r515.9089706
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -9,9 +9,9 @@ pkgbase = python-efl-git
license = GPL3
makedepends = git
makedepends = cython
- depends = elementary>=1.7.99
+ depends = elementary>=1.8.99
depends = python-dbus
- provides = python-efl=1.8.0.r509.1c1f102
+ provides = python-efl=1.8.99.r515.9089706
conflicts = python-efl
source = git://git.enlightenment.org/bindings/python/python-efl.git
md5sums = SKIP
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')