summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Ferrillo2016-08-23 01:25:41 +0200
committerLorenzo Ferrillo2016-08-23 01:25:41 +0200
commit3969c5d8b9b9791d349c26de14b7b327b89d25ea (patch)
tree43d615642827ffa98906003dfdf36d5fe607b9cf
parent4686bee5dc4ac07661e980aa57d1fb3562091407 (diff)
downloadaur-3969c5d8b9b9791d349c26de14b7b327b89d25ea.tar.gz
Updated Dependancy. Updated to Python-EFL 1.18.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e28195734ee..9c9371ee2c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_python=python2
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.18.0
+pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
depends=('elementary' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
-sha256sums=('9ea0fe0938bd4a970206b2b18f46f4d2a4fd1994e9b5f84af2d5f9fa98739179')
+sha256sums=('1751e119c3fc4ee842c00ae3d667d6bda88d92eff424b06a31e9407db8ee225d')
build() {
cd $_pkgname-$pkgver