summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-16 19:52:59 -0400
committerJames P. Harvey2018-10-16 19:53:21 -0400
commitdf13d6ae7f22d43560d855be9aee831e39963d10 (patch)
tree07bb6df5f3e67ba42bc56cd4a523dbf23a87dd0e
parentbe49493100ded0fe6341d7d91f9ed042208928da (diff)
downloadaur-df13d6ae7f22d43560d855be9aee831e39963d10.tar.gz
Standardizing PKGBUILDS with sha256sums. No pkgrel bump necessary.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e535fc92e359..1c42a2c97faf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = infinipath-psm
depends = glibc
depends = libutil-linux
source = git+https://github.com/intel/psm#commit=604758e
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = infinipath-psm
diff --git a/PKGBUILD b/PKGBUILD
index 7112a50d6e5c..50838b10791f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('git')
# and the latest release there from 2016 fails building on modern GCC.
# Other distributions are also using specific commits on github for new release versions tagged under 3.3.
source=("git+https://github.com/intel/${_pkgname}#commit=${_commit}")
-md5sums=('SKIP')
+sha256sums=('SKIP')
prepare() {
cd "${srcdir}/${_pkgname}"