From c55f63b79a73809394afd549862cfdb672f58d76 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 00:00:50 +0400 Subject: [PATCH] Included skipping of md5sum check. --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 91b7445..2ba1f01 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,6 +8,7 @@ arch=('any') url="https://git.arav.top/Arav/kwh-calc" license=('MIT') source=('git+https://git.arav.top/Arav/kwh-calc.git') +md5sum=('SKIP') build() { cd "$srcdir/$pkgname"