summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentbe49493100ded0fe6341d7d91f9ed042208928da (diff)
downloadaur-df13d6ae7f22d43560d855be9aee831e39963d10.tar.gz
Standardizing PKGBUILDS with sha256sums. No pkgrel bump necessary.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}"