diff --git a/.woodpecker.yml b/.woodpecker.yml index 4da8998..8e4f11d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,4 @@ branches: master -platform: linux/amd64 when: event: push diff --git a/PKGBUILD b/PKGBUILD index 4c9967e..3a19dd4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,8 @@ arch=("x86_64") url="https://git.rustybever.be/Chewing_Bever/st" license=("MIT") -depends=("glibc" "libxft") -makedepends=("gcc") +depends=("libxft") +makedepends=("clang") provides=("st") conflicts=("st" "st-git")