Compare commits
3 commits
2cddf3f42f
...
c8b1194ad0
| Author | SHA1 | Date | |
|---|---|---|---|
| c8b1194ad0 | |||
| 14a8129b39 | |||
| 3e676eadfb |
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
branches: master
|
||||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
event: push
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue