summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cb8c53c4a38..3ad7a9152b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
-pkgver=4.1.1
-pkgrel=3
+pkgver=4.2.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')
source=(https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('9dba81d5df2887ea853f2366dd12e116ee55128215094d3117d3b5f048ea35f2')
+sha256sums=('33fd7f65341b3194d941050dfd7113ff10a30d4fc7e5e8c195ea6db3ca76f405')
build() {
cd "$pkgname-$pkgver"