st: update to 0.6
This commit is contained in:
parent
a06c24b78d
commit
c186c5732e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'st'
|
# Template file for 'st'
|
||||||
pkgname=st
|
pkgname=st
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fontconfig-devel libX11-devel libXft-devel terminus-font"
|
makedepends="fontconfig-devel libX11-devel libXft-devel terminus-font"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Simple terminal implementation for X"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://st.suckless.org"
|
homepage="http://st.suckless.org"
|
||||||
distfiles="http://dl.suckless.org/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ae80ddfaf8146f7665772efc9b85e05e08be5087682a689ecdf71aa4d4bfdd4e
|
checksum="85310c08c3814e099b5e45888f8ac7548640e69e9973e934d4fba38b03737a2b"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|Liberation Mono|Terminus|g' config.def.h
|
sed -i 's|Liberation Mono|Terminus|g' config.def.h
|
||||||
|
|
Loading…
Reference in New Issue