From b079545818af0965a89c23c63b891043a38004fa Mon Sep 17 00:00:00 2001 From: Tsu-gu <108401269+Tsu-gu@users.noreply.github.com> Date: Sat, 19 Nov 2022 11:28:35 +0000 Subject: [PATCH 1/2] Update audacious-plugins to 4.2 I've changed the version number as well as the checksum. I've tested the package and audacious launches and is able to play music. --- srcpkgs/audacious-plugins/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template index d0724c54b0ad..7f30f8d470d3 100644 --- a/srcpkgs/audacious-plugins/template +++ b/srcpkgs/audacious-plugins/template @@ -1,7 +1,7 @@ # Template file for 'audacious-plugins' #Keep in sync with audacious! pkgname=audacious-plugins -version=4.1 +version=4.2 revision=4 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt)" @@ -17,7 +17,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://audacious-media-player.org/" distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2" -checksum=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c +checksum=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f build_options="gtk qt" build_options_default="qt" From 439212882987d5e32855a916d4e313dcaf791148 Mon Sep 17 00:00:00 2001 From: Tsu-gu <108401269+Tsu-gu@users.noreply.github.com> Date: Sat, 19 Nov 2022 12:48:17 +0000 Subject: [PATCH 2/2] Fix revision number --- srcpkgs/audacious-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template index 7f30f8d470d3..910ec0d1891f 100644 --- a/srcpkgs/audacious-plugins/template +++ b/srcpkgs/audacious-plugins/template @@ -2,7 +2,7 @@ #Keep in sync with audacious! pkgname=audacious-plugins version=4.2 -revision=4 +revision=1 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt)" hostmakedepends="gettext pkg-config glib-devel"