summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-07-01 19:39:40 +0200
committerJose Riha2021-07-01 19:39:40 +0200
commit3e335d4274a53837730d06df3c3d51100380fe69 (patch)
tree5590595ad68871fa84fcaa1fafbb76de145d448d /PKGBUILD
parenta7defdce6eb90959c01e989df7e353c4984e79ce (diff)
downloadaur-redeemer.tar.gz
Fix url (not an array)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce7f3dfa7e48..4a5eba489f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=redeemer
pkgver=1
-pkgrel=4
+pkgrel=5
pkgdesc="3d shooting game"
-url=('http://hippo.nipax.cz/download.cz.php?id=65')
+url='http://hippo.nipax.cz/download.cz.php?id=65'
arch=('i686' 'x86_64')
license=("GPL-2")
depends=('glu' 'sdl_image')