* update inotify-tools to 4.23.9.0-2

This commit is contained in:
Alexander Baldeck 2024-08-20 04:16:36 +02:00
parent a91531227e
commit 015e1883bb
3 changed files with 20 additions and 1 deletions

15
inotify-tools/.SRCINFO Normal file
View File

@ -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

View File

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

View File

@ -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"