diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = python-efl pkgdesc = Python bindings for the Enlightenment Foundation Libraries pkgver = 1.26.1 - pkgrel = 1 + pkgrel = 2 url = http://www.enlightenment.org arch = i686 arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = python-efl license = GPL3 depends = efl>=1.26.3 depends = python-dbus + depends = python-setuptools source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.26.1.tar.xz sha256sums = dcdb397e12078a19e90d80e7c6f3cfd3458864bfe8d5458bce0368b6de0628d7 @@ -5,12 +5,12 @@ _python=python _pkgname=python-efl pkgname=$_python-efl pkgver=1.26.1 -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=('efl>=1.26.3' "$_python-dbus") +depends=('efl>=1.26.3' "$_python-dbus" "python-setuptools") source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz") sha256sums=('dcdb397e12078a19e90d80e7c6f3cfd3458864bfe8d5458bce0368b6de0628d7') #sha256sums=('SKIP') |