summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Merrell2018-12-24 22:57:56 -0800
committerJoshua Merrell2018-12-24 22:57:56 -0800
commitfd3c44527c36733bb3d99d904282d9bd3d009fc2 (patch)
tree89e55f67cea208ad9bfe0ebd2ba41087bb27489f
parent5a588e3176410e7800840fa50eda1d41e9bdd84e (diff)
downloadaur-fd3c44527c36733bb3d99d904282d9bd3d009fc2.tar.gz
update to v5.3.0
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1487f24086..2660f546f7df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 5.2.13
+ pkgver = 5.3.0
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,7 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v5.2.13.tar.gz
+ depends = libChakraCore.so
+ source = https://github.com/fatcerberus/minisphere/archive/v5.3.0.tar.gz
sha256sums = SKIP
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 6f373310627d..d455191bf954 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=5.2.13
+pkgver=5.3.0
pkgrel=1
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('i686' 'x86_64')
url="https://github.com/fatcerberus/minisphere"
license=('BSD')
-depends=('allegro' 'libmng')
+depends=('allegro' 'libmng' 'libChakraCore.so')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
sha256sums=('SKIP')