summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlorenzo2016-03-11 11:44:45 +0100
committerlorenzo2016-03-11 11:44:45 +0100
commit9322647dd52fe978c2fd3fcd25dc1eddb2472c51 (patch)
treeeb1bfdf2c56b16e10b9f37565d069e1821108294
parent2676d08a91523f0c7c212c22ca8d737091ac2191 (diff)
downloadaur-9322647dd52fe978c2fd3fcd25dc1eddb2472c51.tar.gz
revert to elementary dependancy as it was updated
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f16c19e65de..8f2f05ff880c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python2-efl
arch = x86_64
license = LGPL3
license = GPL3
- depends = elementary-git
+ depends = elementary
depends = python2-dbus
source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.17.0.tar.xz
sha256sums = 9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179
diff --git a/PKGBUILD b/PKGBUILD
index 674f78b81c40..8e28195734ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ _python=python2
_pkgname=python-efl
pkgname=$_python-efl
pkgver=1.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
-depends=('elementary-git' "$_python-dbus")
-#depends=('elementary' "$_python-dbus") to be restored once main packages are updated
+depends=('elementary' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
sha256sums=('9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179')