summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Ferrillo2016-08-23 01:36:58 +0200
committerLorenzo Ferrillo2016-08-23 01:36:58 +0200
commit4f2fa9553b13fd08f6f91dcecad4b90454dfa7f0 (patch)
treec3f5b8292fbdecf105268dd9dcf406dad7697d68
parent89f193a9b06e315421f284a910918e015cb3c1e5 (diff)
downloadaur-4f2fa9553b13fd08f6f91dcecad4b90454dfa7f0.tar.gz
Fixed dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c977696d7e94..631a595d670f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python2-efl
arch = x86_64
license = LGPL3
license = GPL3
- depends = elementary
+ depends = efl>=1.18.0
depends = python2-dbus
source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.18.0.tar.xz
sha256sums = 1751e119c3fc4ee842c00ae3d667d6bda88d92eff424b06a31e9407db8ee225d
diff --git a/PKGBUILD b/PKGBUILD
index 9c9371ee2c83..0bacbee638b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ 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=('efl>=1.18.0' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
sha256sums=('1751e119c3fc4ee842c00ae3d667d6bda88d92eff424b06a31e9407db8ee225d')