dino: update to 0.4.2.

This commit is contained in:
Leah Neukirchen 2023-03-23 20:05:20 +01:00
parent 51b3115b19
commit cdd875acf3

View file

@ -1,6 +1,6 @@
# Template file for 'dino' # Template file for 'dino'
pkgname=dino pkgname=dino
version=0.4.1 version=0.4.2
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON -DUSE_SOUP3=ON" configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON -DUSE_SOUP3=ON"
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/dino/dino" homepage="https://github.com/dino/dino"
distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz" distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz"
checksum=eeebb08f556fa6f5e04058cda02a59a4313fc4235ca2098febf366095515f31f checksum=59cbe1b90f947a38609c48633e32b4090d7da44dfae1bee2a741f65251e1488e
if [ "${XBPS_CHECK_PKGS}" ]; then if [ "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -DBUILD_TESTS=ON" configure_args+=" -DBUILD_TESTS=ON"