summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-07 00:22:12 -0400
committerJames Harvey2016-06-07 00:22:12 -0400
commit93420749efa6d8814711f661c0c7fb54aad2a508 (patch)
tree8e08aef780db814e2ecaf013ee1f1688e4297fb2 /PKGBUILD
parent3caa2f1c7e27ca61d3506813258092cdc027fd55 (diff)
downloadaur-93420749efa6d8814711f661c0c7fb54aad2a508.tar.gz
Upstream released 3.0.18.gb464d59. PKGBUILD url is no longer an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 023a978526ca..54804cd94bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=perftest
pkgver=3.0
-_pkgver_subver=0.16
-_pkgver_commit=gb2f2e82
-pkgrel=3
+_pkgver_subver=0.18
+_pkgver_commit=gb464d59
+pkgrel=4
pkgdesc='OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools'
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=('librdmacm' 'libibumad' 'bash')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}-${_pkgver_subver}.${_pkgver_commit}.tar.gz")
-md5sums=('b30c78e6a483d610de473907baf8f684')
+md5sums=('ba6e07afca1fe95d5cdeed6c31ebb31e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"