summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 00:49:55 -0400
committerJames Harvey2016-06-09 00:49:55 -0400
commit3361dfe7190cde4fe39e84e2466bb5fa173d6ccf (patch)
tree0c8c6a1ff5fb8a0fac4981905aae4e3de0d4ea97
parent12b8177a8c49d86143e55bd93562c3b195e73378 (diff)
downloadaur-3361dfe7190cde4fe39e84e2466bb5fa173d6ccf.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 e977d77f99fd..23241c823a54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 04:49:41 UTC 2016
pkgbase = qperf-nordma
pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency
pkgver = 0.4.9
diff --git a/PKGBUILD b/PKGBUILD
index 7dfc1d82e092..35c13ee26953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
# Works over TCP/IP only - for rdma support, see package qperf
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=('glibc')
conflicts=('qperf')