diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template index ee970fcd550..ec25f5f6ed8 100644 --- a/srcpkgs/dotool/template +++ b/srcpkgs/dotool/template @@ -1,11 +1,11 @@ # Template file for 'dotool' pkgname=dotool -version=1.3 -revision=2 +version=1.4 +revision=1 build_style=go go_import_path="git.sr.ht/~geb/dotool" go_ldflags="-X main.Version=${version}" -hostmakedepends="pkg-config" +hostmakedepends="pkg-config scdoc" makedepends="libxkbcommon-devel" short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)" maintainer="André Cerqueira " @@ -13,7 +13,7 @@ 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=fd17b1d445ce05edcb565a6a4f6a97d3b1bfd066681dc23fc22a2df1c33ab150 +checksum=f79969ff582fd440061b0ce2cb8c62c9e531976fbbb2929014ed13d2f2d0b83f system_accounts="_dotoold" triggers=hwdb.d-dir @@ -21,4 +21,6 @@ post_install() { cp -v dotoolc dotoold "${DESTDIR}/usr/bin" vinstall 80-dotool.rules 644 usr/lib/udev/rules.d vsv dotoold + scdoc < doc/dotool.1.scd > dotool.1 + vman dotool.1 }