summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}