summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112016-08-18 11:52:15 +0200
committerjose17112016-08-18 11:52:15 +0200
commit8e257bf74a01bb137a375e8f2573296274a0e9f4 (patch)
tree991dd601dd0672e1a3138e93f25d7e9f2b921140
parenta516b4cb5169ecfc4c8eb9c460d2d174bca002f3 (diff)
downloadaur-8e257bf74a01bb137a375e8f2573296274a0e9f4.tar.gz
Url is not supposed to be an array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6014dfcd20d9..5a8ebda30b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 09:06:03 UTC 2015
+# Thu Aug 18 09:52:11 UTC 2016
pkgbase = kulic
pkgdesc = 2d shooting game
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = http://hippo.nipax.cz/download.cz.php?id=59
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c838101d5d9c..ba1ed186aab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=kulic
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="2d shooting game"
-url=('http://hippo.nipax.cz/download.cz.php?id=59')
+url='http://hippo.nipax.cz/download.cz.php?id=59'
arch=('i686' 'x86_64')
license=('GPL-2')
depends=('allegro4' 'libjpeg')