summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-02-09 16:52:40 -0600
committerDoug Newgard2015-02-09 16:52:40 -0600
commit89c77e76888d7b907819ca6e28f9d60258ef3421 (patch)
tree1c1a452c1d2cf454ec9d961ebfbbae5965d226a7
parent40949870ff389b2a110a78834b3f742116385471 (diff)
downloadaur-89c77e76888d7b907819ca6e28f9d60258ef3421.tar.gz
Bump to 1.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63b1a79bd283..b69edd7a467a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl
pkgdesc = Python bindings for the Enlightenment Foundation Libraries
- pkgver = 1.12.0
+ pkgver = 1.13.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.12.0.tar.bz2
- sha1sums = aefd5131a4efae12fc16ce80c06bac44aa10b898
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.13.0.tar.bz2
+ sha256sums = 0235ac0a25c452454b42488bf00c5efa53c3534f8089c683f8ed35021cd8c47b
pkgname = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index ac72f1dc1c88..1dfa0c3e7ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_python=python
_pkgname=python-efl
pkgname=$_python-efl
-pkgver=1.12.0
+pkgver=1.13.0
pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
depends=('elementary' "$_python-dbus")
source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.bz2")
-sha1sums=('aefd5131a4efae12fc16ce80c06bac44aa10b898')
+sha256sums=('0235ac0a25c452454b42488bf00c5efa53c3534f8089c683f8ed35021cd8c47b')
build() {
cd "$srcdir/$_pkgname-$pkgver"
@@ -28,5 +28,5 @@ package() {
# install text files
install -d "$pkgdir/usr/share/doc/$pkgname/"
- install -m644 -t "$pkgdir/usr/share/doc/$pkgname/" AUTHORS README.rst changes.html
-}
+ install -m644 -t "$pkgdir/usr/share/doc/$pkgname/" AUTHORS README ChangeLog
+} \ No newline at end of file