summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenObiWan2017-04-03 12:53:57 +0100
committerBenObiWan2017-04-03 12:53:57 +0100
commit5a4ee8ee97872cb147be4d90fda184118b856a20 (patch)
tree4c03213fa3164e81ee08dd694541494c58581dba
parentd77fbc68dbf7b0082b0d34939f688df85c71106f (diff)
downloadaur-5a4ee8ee97872cb147be4d90fda184118b856a20.tar.gz
Fix url, and bump to 1.5.3
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8e5531444a7..585164b512a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Huulivoide
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=solarus
-pkgver=1.5.1
+pkgver=1.5.3
pkgrel=1
epoch=
pkgdesc="An open-source Zelda-like 2D game engine used by the games zsxd and zsdx."
@@ -23,10 +23,9 @@ backup=()
options=()
install=
changelog=
-source=(http://www.zelda-solarus.com/downloads/$pkgname/$pkgname-$pkgver-src.tar.gz)
+source=(http://solarus-games.org/downloads/$pkgname/$pkgname-$pkgver-src.tar.gz)
noextract=()
-md5sums=('647a5908e33721febf3b7dce1dbd9c39')
-
+md5sums=('97221827e1b3579f88292ee8669014d9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"