summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2016-10-10 16:56:37 -0700
committerJoshua Merrell2016-10-10 16:56:37 -0700
commit6a5186df88c71f18e9e6d3afe473c0c19fb3f25f (patch)
tree93f5082727b469ee4af1d219a9d031049c20f3b5
parent47e47d1b808e5ab7e388c347b073bad087991c4d (diff)
downloadaur-6a5186df88c71f18e9e6d3afe473c0c19fb3f25f.tar.gz
update to 4.2.4
-rwxr-xr-x[-rw-r--r--].SRCINFO6
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad9ee70845f..27883b7d6340 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 4.2.2
+ pkgver = 4.2.4
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/v4.2.2.tar.gz
- sha256sums = 7046f10c1e70c4ac5f5213aa654aa7849d4a0c0f0db1a021f1a68cfcbd2e8eee
+ source = https://github.com/fatcerberus/minisphere/archive/v4.2.4.tar.gz
+ sha256sums = 09c1cf15a489b6162e1ca7fb0e95d6e4976296865d658d01429654a8938f5503
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 4d9a271171a0..cc64e130909e 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.2.2
+pkgver=4.2.4
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=('7046f10c1e70c4ac5f5213aa654aa7849d4a0c0f0db1a021f1a68cfcbd2e8eee')
+sha256sums=('09c1cf15a489b6162e1ca7fb0e95d6e4976296865d658d01429654a8938f5503')
build() {
cd "$pkgname-$pkgver"