fuzzel: update to 1.8.1.

This commit is contained in:
icp 2022-10-25 18:42:37 +05:30 committed by classabbyamp
parent 4bc4e73feb
commit bfb94d8557
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fuzzel'
pkgname=fuzzel
version=1.7.0
version=1.8.1
revision=1
wrksrc="$pkgname"
build_style=meson
@ -11,10 +11,12 @@ short_desc="Application launcher for wlroots based Wayland compositors"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="MIT"
homepage="https://codeberg.org/dnkl/fuzzel"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=f792c9869ec2ab333e99ff49d3e94a81c7ffc45767b74ed98c63404f558a008b
changelog="https://codeberg.org/dnkl/fuzzel/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/fuzzel/archive/${version}.tar.gz"
checksum=f1dcd487d1cdb9f37be2535184503c265f5df5bd2571e9e0dfc193d00fd08aa2
post_install() {
rm "${PKGDESTDIR}/usr/share/doc/${pkgname}/LICENSE"
rm "${PKGDESTDIR}/usr/share/doc/fuzzel/CHANGELOG.md"
rm "${PKGDESTDIR}/usr/share/doc/fuzzel/LICENSE"
vlicense LICENSE
}