From PKGBUILD removed provides and conflicts options.

This commit is contained in:
Alexander Andreev 2023-09-23 05:20:03 +04:00
parent ba6f28db2b
commit 5fa6142b21
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ pkgdesc="Calculates cost of electricity."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.su/Arav/kwh-cost"
license=('MIT')
provides=('kwh-cost')
conflicts=('kwh-cost')
options=('strip')
source=("${pkgver}.tar.gz::https://git.arav.su/Arav/kwh-cost/archive/${pkgver}.tar.gz")
md5sums=('SKIP')