* update inotify-tools to 4.23.9.0-1
This commit is contained in:
parent
a9c093dce1
commit
0915454a78
@ -3,21 +3,21 @@
|
||||
# Contributor: Alessandro Sagratini
|
||||
|
||||
pkgname=inotify-tools
|
||||
pkgver=3.22.6.0
|
||||
pkgrel=2
|
||||
pkgver=4.23.9.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 powerpc64le powerpc64 powerpc riscv64)
|
||||
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=('1dfa33f80b6797ce2f6c01f454fd486d30be4dca1b0c5c2ea9ba3c30a5c39855')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
sed -i 's|-Werror||g' src/Makefile.*
|
||||
# sed -i 's|-Werror||g' src/Makefile.*
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user