summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-16 07:06:49 +0300
committerDimitris Kiziridis2020-05-16 07:06:49 +0300
commit15f0dd6bdb9e6f338e11e481245a108185e04347 (patch)
treed5f4df00bd0373b5f7e76b48f9b007cf031e85a7
parentbff13e7165f0b3ece14644480d650ebe2cd41bc8 (diff)
downloadaur-15f0dd6bdb9e6f338e11e481245a108185e04347.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb093ae48bb..8524dfaeb633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = cloudforest-git
conflicts = cloudforest
conflicts = cloudforest-bin
source = git+https://github.com/ryanbressler/CloudForest
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = cloudforest-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ca461144b13..96e0915df6bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ provides=('leafcount'
depends=('glibc')
makedepends=('git' 'go-pie')
source=("git+${url}")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/CloudForest"