summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2018-03-01 15:14:00 -0800
committerJoshua Merrell2018-03-01 15:14:00 -0800
commit936cfeeb819e80360cf3cbb5670abacc5300ec40 (patch)
treee1556c3e860f79782282a771f5023112c5b975e9 /PKGBUILD
parent1acf97dc003dc3441d839a2bf8555cab516fe03c (diff)
downloadaur-936cfeeb819e80360cf3cbb5670abacc5300ec40.tar.gz
update to v5.1.3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75e1f799c9f5..5b84f1282ae9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.1.2
+pkgver=5.1.3
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=('d2b5a17f90ad46096d5d4c80f28d1f64381266b374643da5f695c409c8e10cd1')
+sha256sums=('95983e6888337ce8a1c0f831cb79f2b6fb29eb3d9772fa0a04a980e8897be145')
build() {
cd "$pkgname-$pkgver"