From f225af0bb10c620b8385811c15edc6421a50525c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 00:04:22 +0400 Subject: [PATCH] Fixed a typo in PKGBUILD. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 2ba1f01..b4ad97a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +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') +md5sums=('SKIP') build() { cd "$srcdir/$pkgname"