summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2019-12-01 09:42:10 -0800
committerJoshua Merrell2019-12-01 09:42:10 -0800
commitd87f0884612e515103e876d02660678e4eb4519f (patch)
tree915f71d4ac74f31b344ac094bf047ff10aa6a9bf
parentfd3c44527c36733bb3d99d904282d9bd3d009fc2 (diff)
downloadaur-d87f0884612e515103e876d02660678e4eb4519f.tar.gz
update to v5.4.0
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2660f546f7df..8c8eb0794e0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -9,7 +9,7 @@ pkgbase = minisphere
depends = allegro
depends = libmng
depends = libChakraCore.so
- source = https://github.com/fatcerberus/minisphere/archive/v5.3.0.tar.gz
+ source = https://github.com/fatcerberus/minisphere/archive/v5.4.0.tar.gz
sha256sums = SKIP
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index d455191bf954..3e05a4971b6d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('i686' 'x86_64')