summarylogtreecommitdiffstats
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
parent1b756226234c4582f9a6e87db3712258eb62b460 (diff)
downloadaur-cff4555d040e8402eeefdb1738a843700590e678.tar.gz
Modernized PKGBUILD. No pkgrel bump necessary.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f7e450863d7..62e36bd05971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = fabtests
depends = bash
depends = ruby
source = https://github.com/ofiwg/fabtests/releases/download/v1.6.2/fabtests-1.6.2.tar.gz
- md5sums = e6e9971add04e7e4a3d8776159aed668
+ sha256sums = 37405c6202f5b1aa81f8ea211237a2d87937f06254fa3ed44a9b69ac73b234e8
pkgname = fabtests
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}"