diff options
Diffstat (limited to 'pcr/python-efl')
-rw-r--r-- | pcr/python-efl/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pcr/python-efl/PKGBUILD b/pcr/python-efl/PKGBUILD index 6387e3d4c..137926918 100644 --- a/pcr/python-efl/PKGBUILD +++ b/pcr/python-efl/PKGBUILD @@ -1,18 +1,17 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> # Maintainer (AUR): Doug Newgard <scimmia22 at outlook dot com> -pkgname=(python{,2}-efl) -pkgver=1.10.0 +pkgbase=python-efl +pkgname=(python-efl python2-efl) +pkgver=1.17.0 +pkgrel=2 pkgdesc="Python bindings for the Enlightenment Foundataion Libraries" +arch=('i686' 'x86_64') url="http://www.enlightenment.org" license=('LGPL3') # Also contains a copy of GPL3, but grep the source files; it's all LGPL - -pkgrel=1 -arch=('i686' 'x86_64' 'mips64el') - -makedepends=(elementary python{,2}-dbus) +makedepends=(elementary python-dbus python2-dbus) source=("http://download.enlightenment.org/rel/bindings/python/$pkgname-$pkgver.tar.bz2") -sha1sums=('ff94c3796348dd70545b59660d9d1cc67c1cb849') +sha1sums=('0078922a26b35a1b3068f025fdbb3c1bd7eac2af') package_python-efl() { depends=(elementary python-dbus) |