summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 18:24:07 -0400
committerJames P. Harvey2018-10-16 18:24:07 -0400
commita5ea32727c550caeb68ffae6b5dcaabd842fa2ab (patch)
tree64430f2b50f60d5a27ed97e032510611771c06fd
parent7eda5f70fd754f0fcd6119e4baee92878418b88b (diff)
downloadaur-a5ea32727c550caeb68ffae6b5dcaabd842fa2ab.tar.gz
Modernized PKGBUILD. No pkgrel bump necessary.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64aa871c497c..29a914c63eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = qperf-nordma
- pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency
+ pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency (supports TCP/IP only)
pkgver = 0.4.11
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
@@ -10,7 +10,7 @@ pkgbase = qperf-nordma
depends = glibc
conflicts = qperf
source = https://github.com/linux-rdma/qperf/archive/v0.4.11.tar.gz
- md5sums = 8ef6f0c0124a4eee447f39479c62a992
+ sha256sums = b0ef2ffe050607566d06102b4ef6268aad08fdc52898620d429096e7b0767e75
pkgname = qperf-nordma
diff --git a/PKGBUILD b/PKGBUILD
index aa99dee321a6..bf76a1adf891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
-# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * No namcap warnings or errors
-# * For version with rdma support, see package qperf
+# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=qperf-nordma
_pkgname=qperf
pkgver=0.4.11
pkgrel=1
-pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
-# Works over TCP/IP only - for rdma support, see package qperf
+pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency (supports TCP/IP only)'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('glibc')
conflicts=('qperf')
source=("https://github.com/linux-rdma/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('8ef6f0c0124a4eee447f39479c62a992')
+sha256sums=('b0ef2ffe050607566d06102b4ef6268aad08fdc52898620d429096e7b0767e75')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"