From 7869617a1665521b05897981290a880b11072045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:01:02 +0700 Subject: [PATCH] leatherman: for boost-1.88 --- srcpkgs/leatherman/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index a8c50f8fc00..8a3031789e5 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -1,11 +1,13 @@ # Template file for 'leatherman' pkgname=leatherman version=1.12.4 -revision=7 +revision=8 build_style=cmake configure_args="-DLEATHERMAN_SHARED=ON" hostmakedepends="pkg-config python3" -makedepends="boost-devel libcurl-devel" +makedepends="boost-devel-minimal libboost_filesystem libboost_system + libboost_date_time libboost_log_setup libboost_regex + libboost_locale libboost_log libboost_nowide libcurl-devel" short_desc="Collection of C++ and CMake utility libraries" maintainer="Orphaned " license="Apache-2.0"