From a88ec5d2e851f092c5b4267ccf5e1804710ed3fa 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:09 +0700 Subject: [PATCH] source-highlight: for boost-1.88 --- srcpkgs/source-highlight/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/source-highlight/template b/srcpkgs/source-highlight/template index 07b09fe5c1c..7e610207935 100644 --- a/srcpkgs/source-highlight/template +++ b/srcpkgs/source-highlight/template @@ -1,11 +1,11 @@ # Template file for 'source-highlight' pkgname=source-highlight version=3.1.9 -revision=8 +revision=9 build_style=gnu-configure configure_args="--with-boost=${XBPS_CROSS_BASE}/usr --with-bash-completion=/usr/share/bash-completion/completions" -makedepends="boost-devel" +makedepends="boost-devel-minimal libboost_regex" short_desc="Convert source code to syntax highlighted document" maintainer="Orphaned " license="GPL-3.0-or-later"