summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2016-12-11 21:20:58 -0800
committerJoshua Merrell2016-12-11 21:20:58 -0800
commitd24b7c8e7f4e2bd7a0b14c756fe127fb5c5947aa (patch)
treef93ab61a37453ea1c8251f40bdfb813c6c50e2ea
parent9253087a30b866f98022e2590efe38e44e4877bf (diff)
downloadaur-d24b7c8e7f4e2bd7a0b14c756fe127fb5c5947aa.tar.gz
update to 4.3.8
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79414596e7d7..f014cb72c930 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 4.3.3
+ pkgver = 4.3.8
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,8 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro5-git
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v4.3.3.tar.gz
- sha256sums = d9dc6f8ead305b8c25e74ba7b525ef3fd70063583f50dc5c9536b94128f3c797
+ source = https://github.com/fatcerberus/minisphere/archive/v4.3.8.tar.gz
+ sha256sums = 3e66f1770ecd85e37e0d0598d4b231d4210e4469b1c8c40f139747e77701480d
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 16fb1fb80157..44c863a15c0b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.3.3
+pkgver=4.3.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=('allegro5-git' 'libmng')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d9dc6f8ead305b8c25e74ba7b525ef3fd70063583f50dc5c9536b94128f3c797')
+sha256sums=('3e66f1770ecd85e37e0d0598d4b231d4210e4469b1c8c40f139747e77701480d')
build() {
cd "$pkgname-$pkgver"