summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 00:51:50 -0400
committerJames Harvey2016-06-09 00:51:50 -0400
commit6be22e75f50ffe9785a66591957d9b19c741e66e (patch)
tree288ab5e2156d7cf44a3f40a02f7ddac503de2303 /PKGBUILD
parent5c23c2516bd0dd7b8b7238b3dca02486af292dea (diff)
downloadaur-6be22e75f50ffe9785a66591957d9b19c741e66e.tar.gz
PKGBUILD url is no longer an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')