summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 18:58:07 -0400
committerJames P. Harvey2018-10-16 18:58:07 -0400
commit4492e5294c3471ddce1729266812418864ac94b9 (patch)
tree75e88dd33fe7bd15da82a68e2cf395a43d39a7e5 /PKGBUILD
parent402aac89a60b636a79f3e000051e2f18ac7a9726 (diff)
downloadaur-4492e5294c3471ddce1729266812418864ac94b9.tar.gz
Modernized PKGBUILD. No pkgrel bump necessary.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4861bca2712..faab2ac11cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * No namcap warnings or errors
+# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=ibpd
pkgver=1.0.1
@@ -10,12 +9,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2')
depends=('glibc')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('688c17adf3b4f591ca3999043f9f29a2')
-
-#prepare() {
- ## v1.0.1 Makefile is hard coded to use sbin
- #sed -i "s|(prefix)/sbin/ibpd|(prefix)/bin/ipbd|" "${srcdir}/${pkgname}-${pkgver}/Makefile"
-#}
+sha256sums=('7351e64691783d2f3ddc8718d801c3d9e393f4e3c83b225aeea6f2d1be2d7346')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"