summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Merrell2016-08-23 23:04:44 -0700
committerJoshua Merrell2016-08-23 23:04:44 -0700
commite878ab8148dafcae64554df2d51e7272efaed22a (patch)
tree62b8bb16876c570ef047565642fc9938b4a62fdf /PKGBUILD
parent1aac956bad4c25684d60b46c40d027c123cf12fd (diff)
downloadaur-e878ab8148dafcae64554df2d51e7272efaed22a.tar.gz
fix typo in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {