* update inotify-tools to 4.23.9.0-1

This commit is contained in:
Alexander Baldeck 2023-10-01 16:41:48 +02:00
parent a9c093dce1
commit 0915454a78

View File

@ -3,21 +3,21 @@
# Contributor: Alessandro Sagratini # Contributor: Alessandro Sagratini
pkgname=inotify-tools pkgname=inotify-tools
pkgver=3.22.6.0 pkgver=4.23.9.0
pkgrel=2 pkgrel=1
pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify." 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) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/rvoicilas/inotify-tools" url="https://github.com/inotify-tools/inotify-tools"
license=('GPL') license=('GPL')
depends=() depends=()
makedepends=('gcc' 'make' 'doxygen') makedepends=('gcc' 'make' 'doxygen')
options=('docs') options=('docs')
source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz) source=($pkgname-$pkgver.tar.gz::https://github.com/inotify-tools/inotify-tools/archive/refs/tags/$pkgver.tar.gz)
sha256sums=('c6b7e70f1df09e386217102a1fe041cfc15fa4f3d683d2970140b6814cf2ed12') sha256sums=('1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855')
prepare() { prepare() {
cd "$srcdir"/$pkgname-$pkgver cd "$srcdir"/$pkgname-$pkgver
sed -i 's|-Werror||g' src/Makefile.* # sed -i 's|-Werror||g' src/Makefile.*
} }
build() { build() {