summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2017-11-03 11:46:04 -0700
committerJoshua Merrell2017-11-03 11:46:04 -0700
commit7c25aa3017700409c9115c037a1d7afd56a9b09e (patch)
tree0923bfd95345cee97c5a2d2ab7474b43e0886b11
parent3f1ecfbd1b13a4e109f546e72217976f798462a7 (diff)
downloadaur-7c25aa3017700409c9115c037a1d7afd56a9b09e.tar.gz
update to v5.0.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 060a92488eb5..a9b95133f198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,8 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v5.0.0.tar.gz
- sha256sums = ab1eaea6b6c42c969eedb1254bb0f9dd4381360c8550b17439b6cb7f0ed0f31a
+ source = https://github.com/fatcerberus/minisphere/archive/v5.0.1.tar.gz
+ sha256sums = c21e24bac9f844a7954a28ba2d02b117b3b55fbe6d6b9c203ef3812ebb70b38d
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 1d47a7babef4..46e319422c78 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.0.0
+pkgver=5.0.1
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=('ab1eaea6b6c42c969eedb1254bb0f9dd4381360c8550b17439b6cb7f0ed0f31a')
+sha256sums=('c21e24bac9f844a7954a28ba2d02b117b3b55fbe6d6b9c203ef3812ebb70b38d')
build() {
cd "$pkgname-$pkgver"