lagrange: updated to version 1.19.4

This commit is contained in:
2026-01-20 20:58:33 +00:00
parent 01e1e5a7bc
commit 0da929c772
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxCCaScq+Fuz0/VSz1fNqqmdprbJOyE68vkMQhOFdyHU6Wo1jwBW/K2JgxNxu9rhA8kjbIPRsCnpiwwnow6wlHAs=
SHA256 (Pkgfile) = 836d609ed39babc3cca068d315d3fb4e2fc40c69122383bc2db833e1ab3b856b
RWTTPlFarK9CxOwEVQCZVm0VhMYAAN0UXcWvqZUYM8kQ93qysb4vbWVthH/2yAyT+S5BU6d+iz5DuHK/Czg4aKrPJMvY9LiUgAw=
SHA256 (Pkgfile) = c8e85bb7f320ee94fcee8f8a95a69bdf3a8fcd6ed26134e207c884a37097b247
SHA256 (.footprint) = 2acc0f5be562b2db993acd791c0b122176a943e588d94a9a8f40796ae3d5ff6f
SHA256 (lagrange-1.18.5.tar.gz) = 1dded64803eef8ff162e79025fd6db60f4a19bac5f9b804f46d79e07cbda5c65
SHA256 (lagrange-1.19.4.tar.gz) = a51e7519f0dfa2cfc2918d6b498a6aca6a966702ae0f8d2c94f02f4287b2ffd7

View File

@@ -2,10 +2,10 @@
# URL: https://gmi.skyjake.fi/lagrange/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libsdl2 libunistring zip
# Optional: mpg123 fribidi harfbuzz libwebp
# Optional: mpg123 opusfile fribidi harfbuzz libjxl libwebp
name=lagrange
version=1.18.5
version=1.19.4
release=1
source=(https://git.skyjake.fi/skyjake/$name/releases/download/v$version/$name-$version.tar.gz)
@@ -25,6 +25,6 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
rm -rf $PKG/usr/share/metainfo
DESTDIR="$PKG" ninja -C build install
rm -rf "$PKG"/usr/share/metainfo
}