[PKGBUILD] Removed `epoch`. Set `arch` option properly.

This commit is contained in:
Alexander Andreev 2021-12-28 04:53:49 +04:00
parent 485f69d1e5
commit 09be43c623
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 2 deletions

View File

@ -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')