summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5befba43851b..c36fc26db958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = minisphere
pkgdesc = A fast, lightweight implementation of the Sphere game engine
pkgver = 4.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fatcerberus/minisphere
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3db45b95beeb..e7234608f402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Joshua Merrell <joshuamerrell@gmail.com>
pkgname=minisphere
pkgver=4.1.1
-pkgrel=1
+pkgrel=2
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)
+source=('https://github.com/fatcerberus/$pkgname/archive/v$pkgver.tar.gz')
sha256sum=('9dba81d5df2887ea853f2366dd12e116ee55128215094d3117d3b5f048ea35f2')
build() {