fswatch: update to 1.16.0.
This commit is contained in:
parent
854e982b95
commit
5ae99b0fcd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fswatch'
|
||||
pkgname=fswatch
|
||||
version=1.14.0
|
||||
version=1.16.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://emcrisostomo.github.io/fswatch/"
|
||||
distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/fswatch-${version}.tar.gz"
|
||||
checksum=44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d
|
||||
checksum=95ece85eb01af71e99afef0173755fcedb737b639163f8efc7fed674f6f5372f
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
@ -18,7 +18,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
fi
|
||||
|
||||
post_install() {
|
||||
rm -rf -- "${DESTDIR}/usr/share/doc"
|
||||
rm -r -- "${DESTDIR}/usr/share/doc"
|
||||
}
|
||||
|
||||
libfswatch_package() {
|
||||
|
|
Loading…
Reference in a new issue