summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 01:00:06 -0400
committerJames Harvey2016-06-09 01:00:06 -0400
commit1cf032b21b22b00e538d1f38eff2b8ab55c7033a (patch)
treee32625a824e9ff3ef6c468c568cf3687a48079ed
parent1f202f7d496f64052e91a8a35ba5cdb964aa0734 (diff)
downloadaur-1cf032b21b22b00e538d1f38eff2b8ab55c7033a.tar.gz
PKGBUILD url is no longer an array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d972986402..695b440a8e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 04:59:53 UTC 2016
pkgbase = ibsim
pkgdesc = OpenFabrics Alliance InfiniBand simulator utilities
pkgver = 0.6
diff --git a/PKGBUILD b/PKGBUILD
index b2b778d47da6..bc7f721b1f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='OpenFabrics Alliance InfiniBand simulator utilities'
# Simulates InfiniBand fabric, which can be used by any libibumad based application
# Works locally via unix sockets or remotely via inet sockets
arch=('x86_64' 'i686')
-url=('https://www.openfabrics.org/index.php/overview.html')
+url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libibmad' 'bash')
source=("https://www.openfabrics.org/downloads/management/${pkgname}-${pkgver}.tar.gz")