summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2018-04-18 00:20:08 -0700
committerJoshua Merrell2018-04-18 00:20:08 -0700
commit39ae6e3c0c127f4e3ee6110628868e638c37e6c9 (patch)
tree9e906ce4d65344f94d0849482d0337307482c02c
parent936cfeeb819e80360cf3cbb5670abacc5300ec40 (diff)
downloadaur-39ae6e3c0c127f4e3ee6110628868e638c37e6c9.tar.gz
update to v5.2b2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de71092de7d2..9bb44c15efaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.1.3
+ pkgver = 5.2b2
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.1.3.tar.gz
- sha256sums = 95983e6888337ce8a1c0f831cb79f2b6fb29eb3d9772fa0a04a980e8897be145
+ source = https://github.com/fatcerberus/minisphere/archive/v5.2b2.tar.gz
+ sha256sums = 800e89cb5a8c4d545614a144ee350cf4c29641ed1784a6107b5aa636cebda521
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 5b84f1282ae9..de5d4958e353 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.1.3
+pkgver=5.2b2
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=('95983e6888337ce8a1c0f831cb79f2b6fb29eb3d9772fa0a04a980e8897be145')
+sha256sums=('800e89cb5a8c4d545614a144ee350cf4c29641ed1784a6107b5aa636cebda521')
build() {
cd "$pkgname-$pkgver"