* update ydotool to 1.0.4-2

This commit is contained in:
Alexander Baldeck 2024-08-15 05:14:54 +02:00
parent 0df6f0a2c5
commit 08bed6002c
3 changed files with 24 additions and 1 deletions

19
ydotool/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = ydotool
pkgdesc = Generic command-line automation tool (no X!)
pkgver = 1.0.4
pkgrel = 2
url = https://github.com/ReimuNotMoe/ydotool
install = ydotool.install
arch = x86_64
license = AGPL3
makedepends = cmake
makedepends = ninja
makedepends = scdoc
makedepends = systemd
depends = glibc
source = ydotool-1.0.4.tar.gz::https://github.com/ReimuNotMoe/ydotool/archive/v1.0.4.tar.gz
source = 80-uinput.rules
sha256sums = ba075a43aa6ead51940e892ecffa4d0b8b40c241e4e2bc4bd9bd26b61fde23bd
sha256sums = e092f5e7e474aec6c980c458046d0ff11b18750b53de2bf0a0aba1ca26e6d58e
pkgname = ydotool

4
ydotool/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[ydotool]
source = "git"
git = "https://github.com/ReimuNotMoe/ydotool.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=ydotool
pkgver=1.0.4
pkgrel=1
pkgrel=2
pkgdesc="Generic command-line automation tool (no X!)"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=('glibc')