From 08831f02f695d28a8d9dc9a4922030d9f4f64cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 Jan 2023 16:44:49 +0100 Subject: [PATCH] wayclip: update to 0.4.1. --- srcpkgs/wayclip/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayclip/template b/srcpkgs/wayclip/template index 06d64933b02d..37f64f0c68ec 100644 --- a/srcpkgs/wayclip/template +++ b/srcpkgs/wayclip/template @@ -1,6 +1,6 @@ # Template file for 'wayclip' pkgname=wayclip -version=0.3 +version=0.4.1 revision=1 build_style=gnu-makefile hostmakedepends="wayland-devel" @@ -10,8 +10,10 @@ maintainer="Jan Christian Grünhage " license="ISC" homepage="https://git.sr.ht/~noocsharp/wayclip" distfiles="https://git.sr.ht/~noocsharp/wayclip/archive/${version}.tar.gz" -checksum=f3131b459bfb6354d9cf1ad129946205035aa79aa29953f5e21c6b62878eb977 +checksum=c4fa53618b0869595957e146cb1cfb32309dcbec3ad354ff8e3b075f4219cba8 post_install() { vlicense LICENSE + vman waycopy.1 + vman waypaste.1 }