brial: update to 1.2.14.

This commit is contained in:
Gonzalo Tornaría 2025-06-07 17:52:09 -03:00 committed by classabbyamp
parent 2966ec064b
commit d8e28bcd7d

View file

@ -1,7 +1,7 @@
# Template file for 'brial'
pkgname=brial
version=1.2.12
revision=3
version=1.2.14
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="boost-devel-minimal libboost_unit_test_framework
@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://github.com/BRiAl/BRiAl"
changelog="https://github.com/BRiAl/BRiAl/releases"
distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
checksum=ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494
checksum=48cd95f167381699e2c538bfbf6eac35ca046dee79f797059f3879abdf5b7e66
if [ -n "$CROSS_BUILD" ]; then
configure_args+=" --with-boost-unit-test-framework=no"
@ -23,6 +23,7 @@ brial-devel_package() {
depends="${sourcepkg}>=${version}_${revision} m4ri-devel boost-devel-minimal"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}