From ed0969c4dba73dba6aab13982e1d226eca8e3471 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template index ab1c583b2870..6d9d577b5968 100644 --- a/srcpkgs/dotool/template +++ b/srcpkgs/dotool/template @@ -1,15 +1,17 @@ # 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" +changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md" distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz" -checksum=b73097f0c7be22e318e8ee446aed8291693a7198d335a82ca624a5887fe8d16d +checksum=484bd2fac9f73c61b36b83086ce51fc69c60a99aa149e6e96fe413fa27747281 system_accounts="_dotoold" post_install() {