summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-01-08 00:26:05 -0200
committerRafael Fontenelle2019-01-08 00:26:05 -0200
commit3260c1e92553df47be169bcfdc5eed4302320fe7 (patch)
treeeafcb295c33173d231a09a9c73db568be31851a9 /PKGBUILD
parent6abd4e62127bdbba8a7f85eefdef7d96a6c32a55 (diff)
downloadaur-3260c1e92553df47be169bcfdc5eed4302320fe7.tar.gz
Update to 0.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee7704f92913..0e169b37badb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Christoph Zeiler <rabyte*gmail>
pkgname=adonthell
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
pkgdesc="A 2D graphical, single player role playing game engine"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('sdl2_mixer' 'sdl2_ttf' 'python')
makedepends=('swig')
options=('emptydirs')
source=("http://savannah.nongnu.org/download/adonthell/$pkgname-src-$pkgver.tar.gz")
-sha256sums=('b94258666932bbae0e2fe0bcaf31c373a55a01c8977d24b9f45e1f11887ae8b5')
+sha256sums=('c006f95bc58f095eff1a6b4bfc3ec96a455c76cdc8b64c4b2430ad7775c2ccec')
build() {
cd $pkgname-$pkgver