From d1b3c5bfc11d7dbe2f399e1dd14459b03459a664 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 13 Feb 2021 11:29:18 +0100 Subject: [PATCH] foot: update to 1.6.4. --- srcpkgs/foot/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template index 3782240fead..f85ea5cfb24 100644 --- a/srcpkgs/foot/template +++ b/srcpkgs/foot/template @@ -1,6 +1,6 @@ # Template file for 'foot' pkgname=foot -version=1.6.3 +version=1.6.4 revision=1 wrksrc=$pkgname build_style=meson @@ -13,10 +13,12 @@ short_desc="Fast, lightweight and minimalistic Wayland terminal emulator" maintainer="Isaac Freund " license="MIT" homepage="https://codeberg.org/dnkl/foot" +changelog="https://codeberg.org/dnkl/foot/src/branch/master/CHANGELOG.md" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=0340df647d3baae5bcafe6b081173d1850d3f92452d0d0b68d3edf0ef6eb1819 +checksum=73142dcb7d0223ca740f880d372084b6dfdd56700c375709b3166bcaf32e034c post_install() { + rm -f ${DESTDIR}/usr/share/doc/foot/LICENSE vlicense LICENSE }