summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2016-08-23 22:55:20 -0700
committerJoshua Merrell2016-08-23 22:55:20 -0700
commit1aac956bad4c25684d60b46c40d027c123cf12fd (patch)
treee644c04aa23650eff17b1d9d6048da89710722e2 /PKGBUILD
parenta22c36ca3a9c394b1dc6ee62ec1b23fa23df0553 (diff)
downloadaur-1aac956bad4c25684d60b46c40d027c123cf12fd.tar.gz
4.1.1 hotfix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"