Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
inotify-tools
Commits:
3a74b467 by Sergej Pupykin at 2023-09-08T19:12:43+03:00
upgpkg: 4.23.8.0-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,21 @@
# Contributor: Alessandro Sagratini
pkgname=inotify-tools
-pkgver=3.22.6.0
-pkgrel=2
+pkgver=4.23.8.0
+pkgrel=1
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"
+url="https://github.com/inotify-tools/inotify-tools"
license=('GPL')
depends=()
makedepends=('gcc' 'make' 'doxygen')
options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('c6b7e70f1df09e386217102a1fe041cfc15fa4f3d683d2970140b6814cf2ed12')
+source=($pkgname-$pkgver.tar.gz::https://github.com/inotify-tools/inotify-tools/archive/refs/tags/$pkgver.tar.gz)
+sha256sums=('8ad8b72a146af57688f3289b33b92a026915fc677997147071887b65b603d20a')
prepare() {
cd "$srcdir"/$pkgname-$pkgver
- sed -i 's|-Werror||g' src/Makefile.*
+# sed -i 's|-Werror||g' src/Makefile.*
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inotify-tools/-/commit/3a74b46718a357e5c12f9b723bf6c9ad75ebb733
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inotify-tools/-/commit/3a74b46718a357e5c12f9b723bf6c9ad75ebb733
You're receiving this email because of your account on gitlab.archlinux.org.