From ff779997eb4e8f4246fe565285b8c762be7b1d79 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 10 Mar 2024 21:19:25 +0100 Subject: [PATCH] wslu: update to 4.1.2 --- srcpkgs/wslu/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wslu/template b/srcpkgs/wslu/template index c22d08c3dccbb4..7cb8eb78a08d39 100644 --- a/srcpkgs/wslu/template +++ b/srcpkgs/wslu/template @@ -1,6 +1,6 @@ # Template file for 'wslu' pkgname=wslu -version=4.1.1 +version=4.1.2 revision=1 build_style=gnu-makefile short_desc="Collection of utilities for Windows 10 Linux Subsystems" @@ -8,10 +8,10 @@ maintainer="Marcin Puc " license="GPL-3.0-or-later" homepage="https://github.com/wslutilities/wslu" distfiles="https://github.com/wslutilities/wslu/archive/refs/tags/v${version}.tar.gz" -checksum=e9e54f662881d4ff8479fc221a5c5429461bbd97b4c7cc84c10b124a993d587e +checksum=76f86274c537ab8a19642349e1861e95baba0d1dd5c3fe3a52d999886e3085f3 conf_files="/etc/wslu/conf" post_install() { vmkdir usr/share/applications - mv "${DESTDIR}/usr/share/wslu"/*.desktop "${DESTDIR}/usr/share/applications" + mv ${DESTDIR}/usr/share/wslu/*.desktop ${DESTDIR}/usr/share/applications }