From 004e9ba4d779da364c771ed6067045e7705faa31 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template index ab1c583b2870..98e8661c6012 100644 --- a/srcpkgs/dotool/template +++ b/srcpkgs/dotool/template @@ -1,15 +1,18 @@ # Template file for 'dotool' pkgname=dotool -version=1.0 +# TODO +# version=1.1 +version=3d9648f0fd4245a547c9801222b3fd40fbfa322f 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=4e77da4aec6d8c197acb01dec8bae577cd7dd483069f1c8a2b9d6ddcab996d58 system_accounts="_dotoold" post_install() {