From 210b79c2e5e964404a3e0737e7da42704865128a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 16 Apr 2023 15:57:18 +0200 Subject: [PATCH] fswatch: update to 1.17.1. --- common/shlibs | 2 +- srcpkgs/fswatch/template | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index df30e9a925c..3350bff8180 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/fswatch/template b/srcpkgs/fswatch/template index fbb044d3b9b..dfb86f72581 100644 --- a/srcpkgs/fswatch/template +++ b/srcpkgs/fswatch/template @@ -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 " 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() {