summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorllde2017-11-19 14:43:31 +0100
committerllde2017-11-19 14:43:31 +0100
commit4691569cb230d8187e3b5ffbedd6ca13ca13b54f (patch)
tree14624c30667a0beb54907be6aae5e502e8178bba
parent7d813591f627712c666bc5add64ccb8c7f818655 (diff)
downloadaur-4691569cb230d8187e3b5ffbedd6ca13ca13b54f.tar.gz
fixed extension
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbe0a176d86b..28a23e46ed2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-efl
pkgdesc = Python2 bindings for the Enlightenment Foundation Libraries
pkgver = 1.20.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.enlightenment.org
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python2-efl
license = GPL3
depends = efl>=1.20.0
depends = python2-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.20.0.tar.gz
- sha256sums = feb7ebe27db47f5d6b7d17409fd5099cdd6ca4b3a06695d8823680e2eebb0099
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.20.0.tar.xz
+ sha256sums = 70de0ee3fabe1e91da5aa0ca09dd908b62dbbeb5fce86ec194b8793967c30ea3
pkgname = python2-efl
diff --git a/PKGBUILD b/PKGBUILD
index 53f150238761..0dde2ebf5278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _python=python2
_pkgname=python-efl
pkgname=$_python-efl
pkgver=1.20.0
-pkgrel=1
+pkgrel=2
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")
-source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.gz")
-sha256sums=('feb7ebe27db47f5d6b7d17409fd5099cdd6ca4b3a06695d8823680e2eebb0099')
+source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.xz")
+sha256sums=('70de0ee3fabe1e91da5aa0ca09dd908b62dbbeb5fce86ec194b8793967c30ea3')
build() {
cd $_pkgname-$pkgver