summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2018-02-12 17:25:06 -0800
committerJoshua Merrell2018-02-12 17:25:06 -0800
commit1acf97dc003dc3441d839a2bf8555cab516fe03c (patch)
tree3c0c55fd04d6257fe3fad770398a89e2b7e6c714
parent704afbf22e344a52105b8a872dafd9e2c185e8f8 (diff)
downloadaur-1acf97dc003dc3441d839a2bf8555cab516fe03c.tar.gz
update to v5.1.2
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a34722f6a666..75e1f799c9f5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.1.1
+pkgver=5.1.2
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=('ddfa6a78ae4cc3f9be755c276e29a6e46eee1709ef7f7d442b71e45bd946431a')
+sha256sums=('d2b5a17f90ad46096d5d4c80f28d1f64381266b374643da5f695c409c8e10cd1')
build() {
cd "$pkgname-$pkgver"