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
|
||||
pkgver=0.8.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="My build of the st terminal"
|
||||
arch=("x86_64" "aarch64")
|
||||
|
||||
url="https://git.rustybever.be/Chewing_Bever/st"
|
||||
license=("MIT")
|
||||
|
||||
depends=("glibc" "libxft")
|
||||
depends=("glibc" "libxft-bgra")
|
||||
makedepends=("gcc")
|
||||
provides=("st")
|
||||
conflicts=("st" "st-git")
|
||||
|
|
Loading…
Reference in New Issue