summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2018-05-25 09:27:44 -0700
committerJoshua Merrell2018-05-25 09:27:44 -0700
commit7dc36bb0a985031e3bcb5601bb0dd4bc6716696c (patch)
tree39b41e1cea8792c4f1a25135aebb763a6839f027 /PKGBUILD
parent1ff98cc74cb03929fc96bd39c48fab918d2cfbf2 (diff)
downloadaur-7dc36bb0a985031e3bcb5601bb0dd4bc6716696c.tar.gz
update to v5.2.8
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a2401ee5a5a..d601aa48161c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.2.7
+pkgver=5.2.8
pkgrel=1
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/fatcerberus/minisphere"
license=('BSD')
depends=('allegro' 'libmng')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c876cb0ff70892c7c8d2353acf00f8aeaaa4b693b75c8cd0e5fc31e117c0e1e')
+sha256sums=('d735d15eba1bb9933a752755084936ab3c3376901d9ba3a2ee0ab6241b89613b')
build() {
cd "$pkgname-$pkgver"