From 902259047b555a86bbfc3d278d77b4ca92b1cea7 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sun, 14 Feb 2021 12:33:27 +0100 Subject: [PATCH 1/2] tllist: update to 1.0.5. --- srcpkgs/tllist/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template index 7a9805571f1..5ebcb2d241c 100644 --- a/srcpkgs/tllist/template +++ b/srcpkgs/tllist/template @@ -1,6 +1,6 @@ # Template file for 'tllist' pkgname=tllist -version=1.0.4 +version=1.0.5 revision=1 wrksrc=$pkgname build_style=meson @@ -9,7 +9,7 @@ maintainer="Isaac Freund " license="MIT" homepage="https://codeberg.org/dnkl/tllist" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=a135934d4955902d67f75f3c542ace3bfb7be3be9c44796852e76ea9e1d82b33 +checksum=b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd post_install() { vlicense LICENSE From 83202f1819ad856fb265abb345265ababae5af80 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sun, 14 Feb 2021 12:33:56 +0100 Subject: [PATCH 2/2] 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 }