summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 16:28:14 -0400
committerJames P. Harvey2018-10-17 16:28:14 -0400
commitaa167273ff614bdc48ef47b9c039062fead0e38f (patch)
tree2729fc27b4a3d91f57454f4b3e5f87ff64df3972
parent9ee9e222804a3a6dda24a03c122e56624a814f56 (diff)
downloadaur-aa167273ff614bdc48ef47b9c039062fead0e38f.tar.gz
Corrected custom license name to OpenIB.org BSD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7ed04195d0..5c543105af9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = perftest
pkgdesc = OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools
pkgver = 4.4.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
license = GPL2
- license = custom:"Open Fabrics Alliance BSD"
+ license = custom:"OpenIB.org BSD"
depends = rdma-core
depends = bash
source = https://github.com/linux-rdma/perftest/archive/v4.4-0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 29d71e7b5ca0..8400138adb15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=perftest
pkgver=4.4.0.5
_pkgver=4.4-0.5
-pkgrel=2
+pkgrel=3
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"')
+license=('GPL2' 'custom:"OpenIB.org BSD"')
depends=('rdma-core' 'bash')
source=("https://github.com/linux-rdma/${pkgname}/archive/v${_pkgver}.tar.gz")
sha256sums=('d09dfce9823b67ec62bec54433a6bcf20fb5653c3537d8679e9ef93f8b3c384e')