summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-11-25 10:21:51 -0600
committerDoug Newgard2014-11-25 10:21:51 -0600
commit40949870ff389b2a110a78834b3f742116385471 (patch)
tree8c53d81cbf1ac2aece758142d799716403507f01
parent268f18cb66c78c21e3d1f81439b04da4060ac6c1 (diff)
downloadaur-40949870ff389b2a110a78834b3f742116385471.tar.gz
Bump to 1.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7055a30ff7..63b1a79bd283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-efl
pkgdesc = Python bindings for the Enlightenment Foundation Libraries
- pkgver = 1.11.0
- pkgrel = 2
+ pkgver = 1.12.0
+ pkgrel = 1
url = http://www.enlightenment.org
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-efl
license = GPL3
depends = elementary
depends = python-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.11.0.tar.xz
- sha1sums = 7007178fedc5f7eb0ee5886e63ba0e533cfe86f0
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.12.0.tar.bz2
+ sha1sums = aefd5131a4efae12fc16ce80c06bac44aa10b898
pkgname = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index e657fbcaba33..ac72f1dc1c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_python=python
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.12.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")
-sha1sums=('7007178fedc5f7eb0ee5886e63ba0e533cfe86f0')
+source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.bz2")
+sha1sums=('aefd5131a4efae12fc16ce80c06bac44aa10b898')
build() {
cd "$srcdir/$_pkgname-$pkgver"