From 13b2c601b046b2ed6fd02d564075fc96e9c763ad Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 16 Jul 2018 03:36:14 -0300 Subject: [PATCH] bfs: update to 1.2.3. --- srcpkgs/bfs/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 3ca7c382d59..32d0ed8f94b 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -1,6 +1,6 @@ # Template file for 'bfs' pkgname=bfs -version=1.2.2 +version=1.2.3 revision=1 build_style=gnu-makefile short_desc="Breadth-first version of the UNIX find command" @@ -8,7 +8,11 @@ maintainer="maxice8 " license="0BSD" homepage="https://github.com/tavianator/bfs" distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" -checksum=60eba3829242317ddb9ffc722ee2af518175c5cc3cfc4bf8a4c8c85c8184c090 +checksum=8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd + +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="requires STATX macros" ;; +esac post_install() { vlicense COPYING