summaryrefslogtreecommitdiff
path: root/pcr/python-efl
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-04 02:23:14 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-04 02:23:14 -0500
commitad640781b9a9c2ca3515a25f85e86731ec9c2483 (patch)
treeb3ca552d9857b7c887da1ffd677fa1ef221481fb /pcr/python-efl
parentf954e25b5901dea438050858cb82c9bb3c8d6cff (diff)
python-efl-1.17.0-2-: updating version
Diffstat (limited to 'pcr/python-efl')
-rw-r--r--pcr/python-efl/PKGBUILD15
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)