Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / leatherman
Commits: 431815a0 by Christian Heusel at 2025-05-01T09:13:37+02:00 upgpkg: 1.12.9-7: Rebuild for boost 1.88.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = leatherman pkgdesc = Collection of C++ and CMake utility libraries pkgver = 1.12.9 - pkgrel = 6 + pkgrel = 7 url = https://github.com/puppetlabs/leatherman arch = x86_64 license = APACHE ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=leatherman pkgver=1.12.9 -pkgrel=6 +pkgrel=7 pkgdesc="Collection of C++ and CMake utility libraries" arch=('x86_64') url="https://github.com/puppetlabs/leatherman" @@ -61,6 +61,7 @@ build() { -DBoost_NO_BOOST_CMAKE=ON \ -DLEATHERMAN_SHARED=ON \ -DLEATHERMAN_USE_ICU=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ .. make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/leatherman/-/commit/431815a0e65b4e854125b15607651efaca000bf4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/leatherman/-/commit/431815a0e65b4e854125b15607651efaca000bf4 You're receiving this email because of your account on gitlab.archlinux.org.