summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:48:16 -0400
committerJames P. Harvey2018-10-13 18:48:16 -0400
commit858f7a21e66dd9dfc23d42f375ddd3d5ddd4a435 (patch)
treec51e8f1652a70d88ed339a65edef2af0f40c7944 /PKGBUILD
parent6be22e75f50ffe9785a66591957d9b19c741e66e (diff)
downloadaur-858f7a21e66dd9dfc23d42f375ddd3d5ddd4a435.tar.gz
Upstream released 0.4.10.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2397b5151df7..155cb469adf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# * qperf can be built without librdmacm/libibverbs, but then has no RDMA support, and only works over TCP/IP. See package qperf-nordma
pkgname=qperf
-pkgver=0.4.9
-pkgrel=3
+pkgver=0.4.10
+pkgrel=1
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
# Works over TCP/IP and RDMA
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('librdmacm')
conflicts=('qperf-nordma')
-source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a9eea1953ee5379e57ae5fd7b09fecf2')
+source=("https://github.com/linux-rdma/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('b85c7ebb2e9078442a7de3c530517233')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"