summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 16:16:54 -0400
committerJames P. Harvey2018-10-17 16:16:54 -0400
commite777cdd90f192958f58cc2140ea70548bc166f33 (patch)
tree8ac1b66ff4e6d1c26ce6106d500d0ee9eac4d64c
parenta5ea32727c550caeb68ffae6b5dcaabd842fa2ab (diff)
downloadaur-e777cdd90f192958f58cc2140ea70548bc166f33.tar.gz
Corrected license to GPL2 only, per current COPYING file. GPL2 doesn't need to be copied.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a914c63eef..8be63d2eb36b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = qperf-nordma
pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency (supports TCP/IP only)
pkgver = 0.4.11
- 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 = glibc
conflicts = qperf
source = https://github.com/linux-rdma/qperf/archive/v0.4.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bf76a1adf891..8b80a0683a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=qperf-nordma
_pkgname=qperf
pkgver=0.4.11
-pkgrel=1
+pkgrel=2
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"')
+license=('GPL2')
depends=('glibc')
conflicts=('qperf')
source=("https://github.com/linux-rdma/${_pkgname}/archive/v${pkgver}.tar.gz")
@@ -28,5 +28,4 @@ build() {
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}