Date: Wednesday, March 29, 2023 @ 12:07:54
Author: spupykin
Revision: 1430257
upgpkg: inotify-tools 3.22.6.0-2
Modified:
inotify-tools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 12:07:16 UTC (rev 1430256)
+++ PKGBUILD 2023-03-29 12:07:54 UTC (rev 1430257)
@@ -3,7 +3,7 @@
pkgname=inotify-tools
pkgver=3.22.6.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')
url="https://github.com/rvoicilas/inotify-tools"
@@ -22,7 +22,7 @@
build() {
cd "$srcdir"/$pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-fanotify
make
}