summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 918d8df83d5a..3c1e756e5d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.2.7
+ pkgver = 5.2.8
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,8 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v5.2.7.tar.gz
- sha256sums = 7c876cb0ff70892c7c8d2353acf00f8aeaaa4b693b75c8cd0e5fc31e117c0e1e
+ source = https://github.com/fatcerberus/minisphere/archive/v5.2.8.tar.gz
+ sha256sums = d735d15eba1bb9933a752755084936ab3c3376901d9ba3a2ee0ab6241b89613b
pkgname = minisphere
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"