summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d89c07a8335..d6dd5a13aa32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fatcerberus/minisphere
arch = i686
arch = x86_64
license = BSD
depends = allegro
depends = libmng
- source = https://github.com/fatcerberus/minisphere/archive/v4.1.1.tar.gz
+ source = https://github.com/fatcerberus/minisphere/archive/v4.2.0.tar.gz
sha256sums = 33fd7f65341b3194d941050dfd7113ff10a30d4fc7e5e8c195ea6db3ca76f405
pkgname = minisphere
diff --git a/PKGBUILD b/PKGBUILD
index 3ad7a9152b5b..24d7ac672bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A fast, lightweight implementation of the Sphere game engine"
arch=('i686' 'x86_64')
url="https://github.com/fatcerberus/minisphere"