summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a742ecd9bfed..ce556d74ca9b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
- pkgver = 4.5.6
+ pkgver = 4.5.7
pkgrel = 1
url = https://github.com/fatcerberus/minisphere
arch = i686
@@ -8,8 +8,8 @@ pkgbase = minisphere
license = BSD
depends = allegro5-git
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v4.5.6.tar.gz
- sha256sums = fcae5b324df63810bebbe9b085a65d4e67af21ad743f88f39cf8f8837ef49e5e
+ source = https://github.com/fatcerberus/minisphere/archive/v4.5.7.tar.gz
+ sha256sums = 80cb8cc29dc927e961eba875615e6383660aae2b895404d5005fe5be23731cc9
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 4a2e70601c66..8b9a503e9048 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.5.6
+pkgver=4.5.7
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=('allegro5-git' 'libmng')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('fcae5b324df63810bebbe9b085a65d4e67af21ad743f88f39cf8f8837ef49e5e')
+sha256sums=('80cb8cc29dc927e961eba875615e6383660aae2b895404d5005fe5be23731cc9')
build() {
cd "$pkgname-$pkgver"