From 015e1883bb798957a6ca9279a7e6a9797da170cf Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 20 Aug 2024 04:16:36 +0200 Subject: [PATCH] * update inotify-tools to 4.23.9.0-2 --- inotify-tools/.SRCINFO | 15 +++++++++++++++ inotify-tools/.nvchecker.toml | 4 ++++ inotify-tools/PKGBUILD | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 inotify-tools/.SRCINFO create mode 100644 inotify-tools/.nvchecker.toml diff --git a/inotify-tools/.SRCINFO b/inotify-tools/.SRCINFO new file mode 100644 index 0000000000..b5cc9ccf50 --- /dev/null +++ b/inotify-tools/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = inotify-tools + pkgdesc = inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. + pkgver = 4.23.9.0 + pkgrel = 2 + url = https://github.com/inotify-tools/inotify-tools + arch = x86_64 + license = GPL + makedepends = gcc + makedepends = make + makedepends = doxygen + options = docs + source = inotify-tools-4.23.9.0.tar.gz::https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.23.9.0.tar.gz + sha256sums = 1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855 + +pkgname = inotify-tools diff --git a/inotify-tools/.nvchecker.toml b/inotify-tools/.nvchecker.toml new file mode 100644 index 0000000000..2c1ee289f0 --- /dev/null +++ b/inotify-tools/.nvchecker.toml @@ -0,0 +1,4 @@ +[inotify-tools] +source = "git" +git = "https://github.com/inotify-tools/inotify-tools.git" +prefix = "v" diff --git a/inotify-tools/PKGBUILD b/inotify-tools/PKGBUILD index e7a4385029..859d9025d2 100644 --- a/inotify-tools/PKGBUILD +++ b/inotify-tools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=inotify-tools pkgver=4.23.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/inotify-tools/inotify-tools"