summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8dabdd98be9..a96d5b701956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python2-efl
pkgdesc = Python2 bindings for the Enlightenment Foundation Libraries
- pkgver = 1.21.0
+ pkgver = 1.25.0
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
arch = x86_64
license = LGPL3
license = GPL3
- depends = efl>=1.21.0
+ depends = efl>=1.25.0
depends = python2-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz
- sha256sums = 87e04b345528c173e6bea124e48b742e88ae3207458470062300380bd166a223
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.25.0.tar.xz
+ sha256sums = 99e06df773647acfb8e04786d6958bee5b8deae41d996ccaa68d7cca7b30612e
+ sha512sums = 23ed29add25cd2639e9eb144f22c5e2809b8634389f7ab5c4b7ebc19302fde4ebb0fe8c41d7b10923e658676c4dfbb8670fda16675682fd376258beecbc3d9c3
pkgname = python2-efl
-
diff --git a/PKGBUILD b/PKGBUILD
index e03f83384ab4..f4042f80e5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: Doug Newgard <scimmia at archlinux dot info>
-# Mantainer: Lorenzo Ferrillo <lorenzofersteam at live dot it>
+# Maintainer: Roberto Anic Banic <nicba1010@gmail.com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: Lorenzo Ferrillo <lorenzofersteam at live dot it>
_python=python2
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.21.0
+pkgver=1.25.0
pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
-depends=('efl>=1.21.0' "$_python-dbus")
+depends=('efl>=1.25.0' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
-sha256sums=('87e04b345528c173e6bea124e48b742e88ae3207458470062300380bd166a223')
+sha256sums=('99e06df773647acfb8e04786d6958bee5b8deae41d996ccaa68d7cca7b30612e')
+sha512sums=('23ed29add25cd2639e9eb144f22c5e2809b8634389f7ab5c4b7ebc19302fde4ebb0fe8c41d7b10923e658676c4dfbb8670fda16675682fd376258beecbc3d9c3')
build() {
cd $_pkgname-$pkgver