summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 18:26:43 -0400
committerJames P. Harvey2018-10-17 23:58:28 -0400
commit18ae8f7cdf660ad42ed08c84389cb9c2e0e68954 (patch)
treebc1b834b18d74e27ba34cc88218e77a9a1bf5fdf
parentdf13d6ae7f22d43560d855be9aee831e39963d10 (diff)
downloadaur-infinipath-psm.tar.gz
Added README to installation. Corrected custom license name to OpenIB.org BSD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c42a2c97faf..82379985a3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = infinipath-psm
pkgdesc = OpenFabrics Alliance Intel Performance Scaled Messaging library
pkgver = 3.3
- pkgrel = 4
+ pkgrel = 5
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"
makedepends = git
depends = glibc
depends = libutil-linux
diff --git a/PKGBUILD b/PKGBUILD
index 50838b10791f..9aefecdef2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgname=infinipath-psm
_pkgname=psm
pkgver=3.3
_commit=604758e
-pkgrel=4
+pkgrel=5
pkgdesc='OpenFabrics Alliance Intel Performance Scaled Messaging library'
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=('glibc' 'libutil-linux')
makedepends=('git')
# Upstream is no longer releasing at "https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}-${_pkgver_subver}_${_pkgver_commit}_open.tar.gz",
@@ -58,4 +58,5 @@ package() {
fi
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 README "${pkgdir}/usr/share/docs/${pkgname}/README"
}