Compare commits

...

3 Commits

Author SHA1 Message Date
Jef Roosens c8b1194ad0
Switched back to gcc
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-03-05 10:32:11 +01:00
Jef Roosens 14a8129b39
Merge branch 'master' of git.rustybever.be:Chewing_Bever/st 2022-03-05 10:30:45 +01:00
Jef Roosens 3e676eadfb
Added platform restriction to CI 2022-03-05 10:30:18 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
branches: master
platform: linux/amd64
when:
event: push

View File

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