move gcc to make dependency
This commit is contained in:
parent
aa85fa5dff
commit
f85882dcc4
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -5,7 +5,8 @@ pkgbase = textbar-git
|
|||
url = https://gitea.itycodes.org/itycodes/textbar
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause
|
||||
depends = gcc>=11.0.0,cairo>=1.17.8,libx11>=1.8.0
|
||||
makedepends = gcc>=11.0.0
|
||||
depends = cairo>=1.17.8,libx11>=1.8.0
|
||||
provides = textbar
|
||||
conflicts = textbar
|
||||
source = https://gitea.itycodes.org/itycodes/textbar/archive/db4159c5469d763c3b8c901d2bd0559a9d03129a.tar.gz
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -6,7 +6,8 @@ pkgdesc="Text status bar for X11"
|
|||
arch=("x86_64")
|
||||
url="https://gitea.itycodes.org/itycodes/textbar"
|
||||
license=("BSD-3-Clause")
|
||||
depends=("gcc>=11.0.0","cairo>=1.17.8","libx11>=1.8.0")
|
||||
depends=("cairo>=1.17.8","libx11>=1.8.0")
|
||||
makedepends=("gcc>=11.0.0")
|
||||
source=("https://gitea.itycodes.org/itycodes/textbar/archive/db4159c5469d763c3b8c901d2bd0559a9d03129a.tar.gz")
|
||||
sha256sums=("b2d5b985a697dfbf09059084d030ac8ccf6b1a92791f7877bc9ba109d0a8e43b")
|
||||
provides=("textbar")
|
||||
|
|
Loading…
Reference in a new issue