summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlorenzo2016-02-22 22:44:23 +0100
committerlorenzo2016-02-22 22:44:23 +0100
commit6715f55b7fafa0b2e9493df3e86e8227cc74b0d0 (patch)
tree03cd6f4a5e4aede3d2a45c1a7a38b24248a24450
parenta0769faf348ba34b5448dc93d761eb76c13219e0 (diff)
downloadaur-6715f55b7fafa0b2e9493df3e86e8227cc74b0d0.tar.gz
update to python-efl 1.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce8073cc0069..8f2f05ff880c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Dec 14 16:02:30 UTC 2015
pkgbase = python2-efl
pkgdesc = Python2 bindings for the Enlightenment Foundation Libraries
- pkgver = 1.16.0
+ pkgver = 1.17.0
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -11,8 +11,8 @@ pkgbase = python2-efl
license = GPL3
depends = elementary
depends = python2-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.16.0.tar.xz
- sha256sums = 3418ca7dc38f07bf610b9dcc7ce356bc8c45247a2100679bf840f640e2744e90
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.17.0.tar.xz
+ sha256sums = 9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179
pkgname = python2-efl
diff --git a/PKGBUILD b/PKGBUILD
index 8f16b080de08..674f78b81c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_python=python2
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.16.0
+pkgver=1.17.0
pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
-depends=('elementary' "$_python-dbus")
+depends=('elementary-git' "$_python-dbus")
+#depends=('elementary' "$_python-dbus") to be restored once main packages are updated
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
-sha256sums=('3418ca7dc38f07bf610b9dcc7ce356bc8c45247a2100679bf840f640e2744e90')
+sha256sums=('9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179')
build() {
cd $_pkgname-$pkgver