summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 00:51:50 -0400
committerJames Harvey2016-06-09 00:51:50 -0400
commit6be22e75f50ffe9785a66591957d9b19c741e66e (patch)
tree288ab5e2156d7cf44a3f40a02f7ddac503de2303
parent5c23c2516bd0dd7b8b7238b3dca02486af292dea (diff)
downloadaur-6be22e75f50ffe9785a66591957d9b19c741e66e.tar.gz
PKGBUILD url is no longer an array.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49bc53665569..f079f8882b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 04:51:37 UTC 2016
pkgbase = qperf
pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency
pkgver = 0.4.9
@@ -7,7 +9,6 @@ pkgbase = qperf
arch = i686
license = GPL2
license = custom:"Open Fabrics Alliance BSD"
- depends = glibc
depends = librdmacm
conflicts = qperf-nordma
source = https://www.openfabrics.org/downloads/qperf/qperf-0.4.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 75a10307db36..2397b5151df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgrel=3
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
# Works over TCP/IP and RDMA
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' 'librdmacm')
+depends=('librdmacm')
conflicts=('qperf-nordma')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('a9eea1953ee5379e57ae5fd7b09fecf2')