From 636d1a23b24c3e88176866377d114bb03e341a3d Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Mon, 9 Jan 2023 13:49:15 +0000 Subject: [PATCH] dotool: update to 1.1. --- srcpkgs/dotool/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template index ab1c583b2870..79406b9f649c 100644 --- a/srcpkgs/dotool/template +++ b/srcpkgs/dotool/template @@ -1,15 +1,16 @@ # Template file for 'dotool' pkgname=dotool -version=1.0 +version=1.1 revision=1 build_style=go go_import_path="git.sr.ht/~geb/dotool" +go_ldflags="-X main.Version=${version}" short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)" maintainer="John Gebbie " license="GPL-3.0-only" homepage="https://sr.ht/~geb/dotool" distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz" -checksum=b73097f0c7be22e318e8ee446aed8291693a7198d335a82ca624a5887fe8d16d +checksum=484bd2fac9f73c61b36b83086ce51fc69c60a99aa149e6e96fe413fa27747281 system_accounts="_dotoold" post_install() {