summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdison Ibañez2015-12-16 15:00:52 -0500
committerEdison Ibañez2015-12-16 15:00:52 -0500
commit1c3846f9508f8a8d60cc8609066c2f756fbdc41f (patch)
tree63cc2ad41df2391131988c4070c24dbd9946cec1 /PKGBUILD
parent79ff3a9e75366411ee5c31a187e787de2f17f6bf (diff)
downloadaur-1c3846f9508f8a8d60cc8609066c2f756fbdc41f.tar.gz
Update to 1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d6c0cf65d19..069addf3adfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pilas-engine
my_pkgname=pilas
-pkgver=1.1.0
+pkgver=1.3.2
pkgrel=1
pkgdesc="Un motor para hacer videojuegos de manera sencilla en Python. An engine to make games in an easy way with Python."
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('pilas-hg' 'pilas-git', 'pilas-engine-git')
license=('LGPL')
url="http://www.pilas-engine.com.ar"
-source=("https://github.com/hugoruscitti/${pkgname}/archive/${pkgver}.zip")
+source=("https://github.com/hugoruscitti/${my_pkgname}/archive/${pkgver}.tar.gz")
package() {
cd $srcdir/$my_pkgname-$pkgver