summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh2016-08-23 22:17:59 -0700
committerJosh2016-08-23 22:17:59 -0700
commita22c36ca3a9c394b1dc6ee62ec1b23fa23df0553 (patch)
treebc9513ebd3e1c8d321f097431a3c392e0591aec6 /PKGBUILD
parent99b5ce0e38c12c651df48e629f4b3a676d56840c (diff)
downloadaur-a22c36ca3a9c394b1dc6ee62ec1b23fa23df0553.tar.gz
update to minisphere v4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 901a13173855..614dc02214ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=3.0.1
+pkgver=4.1.0
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=('aa76dee1e56fc3d84d62c8edb8d64afc0c71f003a45a257e5611ec9a074aa840')
+sha256sums=('8467b279307d64a5aa87029fb24d8320824d290638f2740750352c3977052b57')
build() {
cd "$pkgname-$pkgver"