Switched back to gcc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2022-03-05 10:32:11 +01:00
parent 14a8129b39
commit c8b1194ad0
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -9,8 +9,8 @@ arch=("x86_64")
url="https://git.rustybever.be/Chewing_Bever/st" url="https://git.rustybever.be/Chewing_Bever/st"
license=("MIT") license=("MIT")
depends=("libxft") depends=("glibc" "libxft")
makedepends=("clang") makedepends=("gcc")
provides=("st") provides=("st")
conflicts=("st" "st-git") conflicts=("st" "st-git")