summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorllde2018-09-03 19:58:14 +0200
committerllde2018-09-03 19:58:14 +0200
commit2f781cdc4cfb042c2a760e7dfff14e7e30416768 (patch)
treeef85950c17ec69a8e054d25a70a43092175dc6cf
parent4691569cb230d8187e3b5ffbedd6ca13ca13b54f (diff)
downloadaur-2f781cdc4cfb042c2a760e7dfff14e7e30416768.tar.gz
Bumb to version 1.21.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a23e46ed2d..b8dabdd98be9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python2-efl
pkgdesc = Python2 bindings for the Enlightenment Foundation Libraries
- pkgver = 1.20.0
- pkgrel = 2
+ pkgver = 1.21.0
+ pkgrel = 1
url = http://www.enlightenment.org
arch = i686
arch = x86_64
license = LGPL3
license = GPL3
- depends = efl>=1.20.0
+ depends = efl>=1.21.0
depends = python2-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.20.0.tar.xz
- sha256sums = 70de0ee3fabe1e91da5aa0ca09dd908b62dbbeb5fce86ec194b8793967c30ea3
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz
+ sha256sums = 87e04b345528c173e6bea124e48b742e88ae3207458470062300380bd166a223
pkgname = python2-efl
diff --git a/PKGBUILD b/PKGBUILD
index 0dde2ebf5278..e03f83384ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_python=python2
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.20.0
-pkgrel=2
+pkgver=1.21.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.20.0' "$_python-dbus")
+depends=('efl>=1.21.0' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
-sha256sums=('70de0ee3fabe1e91da5aa0ca09dd908b62dbbeb5fce86ec194b8793967c30ea3')
+sha256sums=('87e04b345528c173e6bea124e48b742e88ae3207458470062300380bd166a223')
build() {
cd $_pkgname-$pkgver