summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1052917d9ba3..c69f3545ded7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 19:05:21 UTC 2015
+# Tue Dec 29 21:00:44 UTC 2015
pkgbase = pilas-engine
pkgdesc = Un motor para hacer videojuegos de manera sencilla en Python. An engine to make games in an easy way with Python.
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = http://www.pilas-engine.com.ar
arch = any
@@ -17,8 +17,8 @@ pkgbase = pilas-engine
conflicts = pilas-hg
conflicts = pilas-git,
conflicts = pilas-engine-git
- source = https://github.com/hugoruscitti/pilas/archive/1.4.0.tar.gz
- md5sums = dbcccce24afe5689d35d504fbe002ec0
+ source = https://github.com/hugoruscitti/pilas/archive/1.4.1.tar.gz
+ md5sums = 0ac1bfdc3c727d23dc25568f91dd02a1
pkgname = pilas-engine
diff --git a/PKGBUILD b/PKGBUILD
index b3b55bfed71f..ff2e2213a881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pilas-engine
my_pkgname=pilas
-pkgver=1.4.0
+pkgver=1.4.1
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')
@@ -13,7 +13,7 @@ license=('LGPL')
url="http://www.pilas-engine.com.ar"
source=("https://github.com/hugoruscitti/${my_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('dbcccce24afe5689d35d504fbe002ec0')
+md5sums=('0ac1bfdc3c727d23dc25568f91dd02a1')
package() {
cd $srcdir/$my_pkgname-$pkgver