Removed makedepends from PKGBUILD, because gcc is a part of base-devel package.
This commit is contained in:
parent
64bcbfbc45
commit
a999cf3b98
1
PKGBUILD
1
PKGBUILD
@ -6,7 +6,6 @@ pkgdesc="Calculates cost of electricity."
|
|||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url="https://git.arav.su/Arav/kwh-cost"
|
url="https://git.arav.su/Arav/kwh-cost"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('gcc')
|
|
||||||
provides=('kwh-cost')
|
provides=('kwh-cost')
|
||||||
conflicts=('kwh-cost')
|
conflicts=('kwh-cost')
|
||||||
options=('strip')
|
options=('strip')
|
||||||
|
Loading…
Reference in New Issue
Block a user