From 09be43c623c7bf673b25c79167dfd767b4588708 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 28 Dec 2021 04:53:49 +0400 Subject: [PATCH] [PKGBUILD] Removed `epoch`. Set `arch` option properly. --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4d56999..3a886a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,8 @@ pkgname=kwh-cost pkgver=1.0.0 pkgrel=1 -epoch=0 pkgdesc="Calculate cost of electricity." -arch=('any') +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')