From 08bed6002c61f67b1a86ccae5fcd549e1a31d522 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 15 Aug 2024 05:14:54 +0200 Subject: [PATCH] * update ydotool to 1.0.4-2 --- ydotool/.SRCINFO | 19 +++++++++++++++++++ ydotool/.nvchecker.toml | 4 ++++ ydotool/PKGBUILD | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 ydotool/.SRCINFO create mode 100644 ydotool/.nvchecker.toml diff --git a/ydotool/.SRCINFO b/ydotool/.SRCINFO new file mode 100644 index 0000000000..cee7d5602c --- /dev/null +++ b/ydotool/.SRCINFO @@ -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 diff --git a/ydotool/.nvchecker.toml b/ydotool/.nvchecker.toml new file mode 100644 index 0000000000..5afa06aae7 --- /dev/null +++ b/ydotool/.nvchecker.toml @@ -0,0 +1,4 @@ +[ydotool] +source = "git" +git = "https://github.com/ReimuNotMoe/ydotool.git" +prefix = "v" diff --git a/ydotool/PKGBUILD b/ydotool/PKGBUILD index 09b4e01458..55cfc42d54 100644 --- a/ydotool/PKGBUILD +++ b/ydotool/PKGBUILD @@ -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')