Replaced libxft dep with libxft-bgra
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
e05a06731f
commit
50ecbe5286
4
PKGBUILD
4
PKGBUILD
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
pkgname=jjr-st
|
pkgname=jjr-st
|
||||||
pkgver=0.8.8
|
pkgver=0.8.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="My build of the st terminal"
|
pkgdesc="My build of the st terminal"
|
||||||
arch=("x86_64" "aarch64")
|
arch=("x86_64" "aarch64")
|
||||||
|
|
||||||
url="https://git.rustybever.be/Chewing_Bever/st"
|
url="https://git.rustybever.be/Chewing_Bever/st"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
|
|
||||||
depends=("glibc" "libxft")
|
depends=("glibc" "libxft-bgra")
|
||||||
makedepends=("gcc")
|
makedepends=("gcc")
|
||||||
provides=("st")
|
provides=("st")
|
||||||
conflicts=("st" "st-git")
|
conflicts=("st" "st-git")
|
||||||
|
|
Loading…
Reference in New Issue