Compare commits
No commits in common. "c8b1194ad01e89c11866930708209ab566887808" and "2cddf3f42fce964a0403f514f23e3c5ea2519cf1" have entirely different histories.
c8b1194ad0
...
2cddf3f42f
|
|
@ -1,5 +1,4 @@
|
||||||
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=("glibc" "libxft")
|
depends=("libxft")
|
||||||
makedepends=("gcc")
|
makedepends=("clang")
|
||||||
provides=("st")
|
provides=("st")
|
||||||
conflicts=("st" "st-git")
|
conflicts=("st" "st-git")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue