summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-02-13 01:47:46 +0100
committerJohannes Dewender2016-02-13 01:47:46 +0100
commit7bfc35c3fd25b808d3d225c7adda44309e646e9b (patch)
treecc68a76d1dd0def5528c6fb8ff6f061895be2b24
parent3a907c0c3fcd15d132595bd32110d29410818c5f (diff)
downloadaur-7bfc35c3fd25b808d3d225c7adda44309e646e9b.tar.gz
remove parentheses around url
this broke makepkg/pacman 5 with: url should not be an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b713b3402a..886bb3c497a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 13 00:47:46 UTC 2016
pkgbase = rpm-org
pkgdesc = RPM Package Manager - RPM.org fork, used in major RPM distros
pkgver = 4.12.0.1
diff --git a/PKGBUILD b/PKGBUILD
index 9967a466bd82..6776a5394e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgver=$pkgver
pkgrel=3
pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
arch=('i686' 'x86_64')
-url=("http://www.rpm.org/")
+url="http://www.rpm.org/"
license=('GPL2')
depends=('lua>=5.1' 'file' 'nss>=3.12' 'popt' 'elfutils' 'libarchive' 'libcap')
makedepends=('python2' 'python')