summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2016-08-23 22:55:20 -0700
committerJoshua Merrell2016-08-23 22:55:20 -0700
commit1aac956bad4c25684d60b46c40d027c123cf12fd (patch)
treee644c04aa23650eff17b1d9d6048da89710722e2
parenta22c36ca3a9c394b1dc6ee62ec1b23fa23df0553 (diff)
downloadaur-1aac956bad4c25684d60b46c40d027c123cf12fd.tar.gz
4.1.1 hotfix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4db3635ee1..5befba43851b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 4.1.0
+ pkgver = 4.1.1
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.1.0.tar.gz
- sha256sums = 8467b279307d64a5aa87029fb24d8320824d290638f2740750352c3977052b57
+ source = https://github.com/fatcerberus/minisphere/archive/v4.1.1.tar.gz
+ sha256sums = 9dba81d5df2887ea853f2366dd12e116ee55128215094d3117d3b5f048ea35f2
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 614dc02214ac..3db45b95beeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.1.0
+pkgver=4.1.1
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=('8467b279307d64a5aa87029fb24d8320824d290638f2740750352c3977052b57')
+sha256sum=('9dba81d5df2887ea853f2366dd12e116ee55128215094d3117d3b5f048ea35f2')
build() {
cd "$pkgname-$pkgver"