Replaced libxft dep with libxft-bgra
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Jef Roosens 2022-04-09 11:28:37 +02:00
parent e05a06731f
commit 50ecbe5286
Signed by: Jef Roosens
GPG Key ID: 2619CD13516CF9C4
1 changed files with 2 additions and 2 deletions

View File

@ -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")