summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-05-08 11:39:41 -0500
committerDoug Newgard2015-05-08 11:39:41 -0500
commit4a9c4189c49a698268e0d1ffabaddb4f7151ce61 (patch)
tree0279955c93f9478a43479b0e82fa10e83f6a51ad
parent89c77e76888d7b907819ca6e28f9d60258ef3421 (diff)
downloadaur-4a9c4189c49a698268e0d1ffabaddb4f7151ce61.tar.gz
Bump to 1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69edd7a467a..f7a96ab44c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl
pkgdesc = Python bindings for the Enlightenment Foundation Libraries
- pkgver = 1.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -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.13.0.tar.bz2
- sha256sums = 0235ac0a25c452454b42488bf00c5efa53c3534f8089c683f8ed35021cd8c47b
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.14.0.tar.xz
+ sha256sums = 76675298c5e24f93acb67ce604bcebecb42f77391f02ad852f0a7b71b786c8f9
pkgname = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index 1dfa0c3e7ff5..ae8cdd94c8fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_python=python
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.13.0
+pkgver=1.14.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.bz2")
-sha256sums=('0235ac0a25c452454b42488bf00c5efa53c3534f8089c683f8ed35021cd8c47b')
+source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
+sha256sums=('76675298c5e24f93acb67ce604bcebecb42f77391f02ad852f0a7b71b786c8f9')
build() {
cd "$srcdir/$_pkgname-$pkgver"
@@ -29,4 +29,4 @@ package() {
# install text files
install -d "$pkgdir/usr/share/doc/$pkgname/"
install -m644 -t "$pkgdir/usr/share/doc/$pkgname/" AUTHORS README ChangeLog
-} \ No newline at end of file
+}