summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')