summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2017-03-13 14:26:46 -0700
committerJoshua Merrell2017-03-13 14:26:46 -0700
commit1eeb790857d5d8c6398200f4b95f4b8a921ade81 (patch)
tree73ae73383f0c1f4d0a626386eb5d1473095da9ec /PKGBUILD
parentac23b26c65b32240f83452c46d3da50220cfe2a7 (diff)
downloadaur-1eeb790857d5d8c6398200f4b95f4b8a921ade81.tar.gz
update to 4.5.6
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5e23c5b0dbe..4a2e70601c66 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.5.4
+pkgver=4.5.6
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=('f7775cb1fa28de7de0984e9dab9df178d10dcce752f9cce4a208c1a6825aaf8c')
+sha256sums=('fcae5b324df63810bebbe9b085a65d4e67af21ad743f88f39cf8f8837ef49e5e')
build() {
cd "$pkgname-$pkgver"