summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 18:51:55 -0400
committerJames P. Harvey2018-10-16 18:51:55 -0400
commitcff4555d040e8402eeefdb1738a843700590e678 (patch)
treed314076556071994d5103cb2c14ea9e6caf443d8 /PKGBUILD
parent1b756226234c4582f9a6e87db3712258eb62b460 (diff)
downloadaur-cff4555d040e8402eeefdb1738a843700590e678.tar.gz
Modernized PKGBUILD. No pkgrel bump necessary.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1fb62d2c805..ac9d82b3e443 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=fabtests
pkgver=1.6.2
@@ -10,7 +9,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libfabric' 'bash' 'ruby')
source=("https://github.com/ofiwg/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e6e9971add04e7e4a3d8776159aed668')
+sha256sums=('37405c6202f5b1aa81f8ea211237a2d87937f06254fa3ed44a9b69ac73b234e8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"