From 7a0f155e443e6a32618356b256e3bab99c029892 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 30 Dec 2021 03:34:56 +0400 Subject: [PATCH] Oh, commas are not allowed here... Yikes. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 3a886a4..c1f7220 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kwh-cost pkgver=1.0.0 pkgrel=1 pkgdesc="Calculate cost of electricity." -arch=('i686', 'x86_64', 'arm', 'armv6h', 'armv7h', 'aarch64') +arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://git.arav.top/Arav/kwh-cost" license=('MIT') source=('git+https://git.arav.top/Arav/kwh-cost.git')