From 5fa6142b21b69f4d26e27da756588ad05a03fd39 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 05:20:03 +0400 Subject: [PATCH] From PKGBUILD removed provides and conflicts options. --- PKGBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 41ed276..84f1b25 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')