From 3c54b11861b698d6e426ac2ff2d3447d0dfc59d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Fri, 8 Sep 2023 21:10:01 +0200 Subject: [PATCH 1/2] bfs: update to 3.0.2. --- srcpkgs/bfs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 921cd2e3e1758..7c8c67b6fdffb 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -1,6 +1,6 @@ # Template file for 'bfs' pkgname=bfs -version=3.0.1 +version=3.0.2 revision=1 build_style=gnu-makefile makedepends="acl-devel libcap-devel oniguruma-devel" @@ -11,7 +11,7 @@ license="0BSD" homepage="https://github.com/tavianator/bfs" changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md" distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" -checksum=a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962 +checksum=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92 post_install() { vlicense LICENSE From d2bd28e51c681e2e07bf15c49be97479573eab4b Mon Sep 17 00:00:00 2001 From: yosh Date: Mon, 14 Aug 2023 13:32:27 -0500 Subject: [PATCH 2/2] bfs: add to find alternatives group. --- srcpkgs/bfs/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 7c8c67b6fdffb..de8f8caec7807 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -13,6 +13,11 @@ changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG. distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" checksum=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92 +alternatives=" + find:find:/usr/bin/bfs + find:find.1:/usr/share/man/man1/bfs.1 +" + post_install() { vlicense LICENSE }