summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 18:19:49 -0400
committerJames P. Harvey2018-10-16 18:19:49 -0400
commit9ee9e222804a3a6dda24a03c122e56624a814f56 (patch)
tree364657ad44ca3eceadb94140192ecceac8513dbe
parentae83f1840dacbebf9df60b81b89bfa0fcc5c2364 (diff)
downloadaur-9ee9e222804a3a6dda24a03c122e56624a814f56.tar.gz
Depend on rdma-core rather than lib{rdmacm,ibumad}. Modernized PKGBUILD.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea9ae2f410f..9e7ed04195d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = perftest
pkgdesc = OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools
pkgver = 4.4.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
license = GPL2
license = custom:"Open Fabrics Alliance BSD"
- depends = librdmacm
- depends = libibumad
+ depends = rdma-core
depends = bash
source = https://github.com/linux-rdma/perftest/archive/v4.4-0.5.tar.gz
- md5sums = f67583ff815360104653898a43f4e805
+ sha256sums = d09dfce9823b67ec62bec54433a6bcf20fb5653c3537d8679e9ef93f8b3c384e
pkgname = perftest
diff --git a/PKGBUILD b/PKGBUILD
index 9f1674c1a833..29d71e7b5ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * No namcap warnings or errors
+# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=perftest
pkgver=4.4.0.5
_pkgver=4.4-0.5
-pkgrel=1
+pkgrel=2
pkgdesc='OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
-depends=('librdmacm' 'libibumad' 'bash')
+depends=('rdma-core' 'bash')
source=("https://github.com/linux-rdma/${pkgname}/archive/v${_pkgver}.tar.gz")
-md5sums=('f67583ff815360104653898a43f4e805')
+sha256sums=('d09dfce9823b67ec62bec54433a6bcf20fb5653c3537d8679e9ef93f8b3c384e')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"