foot: update to 1.5.0.
This commit is contained in:
parent
417655869d
commit
27064aad33
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'foot'
|
||||
pkgname=foot
|
||||
version=1.4.4
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc=$pkgname
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config scdoc wayland-devel "
|
||||
hostmakedepends="pkg-config scdoc wayland-devel"
|
||||
makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
|
||||
wayland-protocols"
|
||||
depends="${pkgname}-terminfo>=${version}_${revision}"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
|||
license="MIT"
|
||||
homepage="https://codeberg.org/dnkl/foot"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=0d00e30d38c50b67138535bbcb6f2ea0e27b83b160823842cffbe79f9cc5de30
|
||||
checksum=47272490222e2ebc7249a2cefdaa08921475e8d0339610cf6ee611ff8c5af6a4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -21,7 +21,6 @@ post_install() {
|
|||
|
||||
foot-terminfo_package() {
|
||||
short_desc+=" - terminfo data"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/share/terminfo
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue