summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d279f59256..b0140b0fa655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,6 @@ pkgbase = munge-git
provides = munge
conflicts = munge
source = munge-git::git+https://github.com/dun/munge.git
- md5sums = SKIP
+ sha512sums = SKIP
pkgname = munge-git
diff --git a/PKGBUILD b/PKGBUILD
index 358666adc8ce..040e13f5f3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=('munge')
conflicts=('munge')
install="${pkgname}.install"
source=("${pkgname}"::"git+https://github.com/dun/munge.git")
-md5sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"