summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2017-01-27 13:36:19 -0800
committerJoshua Merrell2017-01-27 13:36:19 -0800
commitb1420df3058b95bfdaa32b35ae42aceb136d69ed (patch)
tree7383446a06b5ed1648eb3ae82a528d3e35682491 /PKGBUILD
parentd24b7c8e7f4e2bd7a0b14c756fe127fb5c5947aa (diff)
downloadaur-b1420df3058b95bfdaa32b35ae42aceb136d69ed.tar.gz
update to v4.4.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44c863a15c0b..82198a48a404 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.3.8
+pkgver=4.4.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=('allegro5-git' 'libmng')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('3e66f1770ecd85e37e0d0598d4b231d4210e4469b1c8c40f139747e77701480d')
+sha256sums=('d0b9bd99af057dec41275806db7d531a14ff7cd6b8c4d2c6ffed95b07c0319b8')
build() {
cd "$pkgname-$pkgver"