Fixed a typo in PKGBUILD.

This commit is contained in:
Alexander Andreev 2021-12-24 00:04:22 +04:00
parent c55f63b79a
commit f225af0bb1
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -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"