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
|
branches: master
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue