Removed makedepends from PKGBUILD, because gcc is a part of base-devel package.

This commit is contained in:
Alexander Andreev 2023-09-17 23:53:50 +04:00
parent 64bcbfbc45
commit a999cf3b98
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +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')
makedepends=('gcc')
provides=('kwh-cost')
conflicts=('kwh-cost')
options=('strip')