summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2015-08-04 01:21:05 +0000
committerJames Harvey2015-08-04 01:21:05 +0000
commit5c23c2516bd0dd7b8b7238b3dca02486af292dea (patch)
tree3af2af1ea970af5437a0ddbbc9ff3e75cf825065 /PKGBUILD
parent111fc775723b85d517ac40fb62b34cb5dc069a25 (diff)
downloadaur-5c23c2516bd0dd7b8b7238b3dca02486af292dea.tar.gz
Added conflicts with qperf-nordma.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c874dfe60fab..75a10307db36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=qperf
pkgver=0.4.9
-pkgrel=2
+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')
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('glibc' 'librdmacm')
+conflicts=('qperf-nordma')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('a9eea1953ee5379e57ae5fd7b09fecf2')