fswatch: update to 1.17.1.
This commit is contained in:
parent
c71c8383ea
commit
210b79c2e5
|
@ -1729,7 +1729,7 @@ libLinearMath.so.3.17 bullet-3.17_1
|
|||
libBulletSoftBody.so.3.17 bullet-3.17_1
|
||||
libBullet3Common.so.3.17 bullet-3.17_1
|
||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||
libfswatch.so.11 libfswatch-1.13.0_1
|
||||
libfswatch.so.13 libfswatch-1.17.1_1
|
||||
libopensc.so.8 libopensc-0.22.0_1
|
||||
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
||||
librtlsdr.so.0 librtlsdr-0.5.3_1
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'fswatch'
|
||||
pkgname=fswatch
|
||||
version=1.16.0
|
||||
version=1.17.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="doxygen"
|
||||
short_desc="A cross-platform file change monitor with multiple backends"
|
||||
short_desc="Cross-platform file change monitor with multiple backends"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://emcrisostomo.github.io/fswatch/"
|
||||
changelog="https://github.com/emcrisostomo/fswatch/raw/master/NEWS"
|
||||
distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/fswatch-${version}.tar.gz"
|
||||
checksum=95ece85eb01af71e99afef0173755fcedb737b639163f8efc7fed674f6f5372f
|
||||
checksum=c38e341c567f5f16bfa64b72fc48bba5e93873d8572522e670e6f320bbc2122f
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
@ -18,7 +19,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
fi
|
||||
|
||||
post_install() {
|
||||
rm -r -- "${DESTDIR}/usr/share/doc"
|
||||
rm -vr -- "${DESTDIR}/usr/share/doc"
|
||||
}
|
||||
|
||||
libfswatch_package() {
|
||||
|
|
Loading…
Reference in New Issue