summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 16:16:14 -0400
committerJames P. Harvey2018-10-17 16:16:14 -0400
commit24e49a72201b3bc606339c7067b2041312d73b19 (patch)
treed5e697a787e0ebce68c8b952e8395793bd2e59d3 /PKGBUILD
parent5b51d0d6378c281bcaa605532695473c97edb5c4 (diff)
downloadaur-qperf.tar.gz
Corrected license to GPL2 only, per current COPYING file. GPL2 doesn't need to be copied.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ad7f611aead..f14a3dccd3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=qperf
pkgver=0.4.11
-pkgrel=2
+pkgrel=3
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency (supports TCP/IP and RDMA)'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
-license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
+license=('GPL2')
depends=('rdma-core')
conflicts=('qperf-nordma')
source=("https://github.com/linux-rdma/${pkgname}/archive/v${pkgver}.tar.gz")
@@ -27,5 +27,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}