From 40085039735638cdc062041b14e6a8e3475b3994 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 6 Feb 2021 00:12:20 +0200 Subject: [PATCH 1/2] audacious: update to 4.1. --- srcpkgs/audacious/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template index ba0fbf3c35b..af02b687fad 100644 --- a/srcpkgs/audacious/template +++ b/srcpkgs/audacious/template @@ -1,20 +1,20 @@ # Template file for 'audacious' #Keep in sync with audacious-plugins! pkgname=audacious -version=4.0.5 +version=4.1 revision=1 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt)" hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt qt5-host-tools)" makedepends="libSM-devel dbus-glib-devel libguess-devel $(vopt_if gtk gtk+-devel) - $(vopt_if qt qt5-devel)" + $(vopt_if qt qt5-devel) libarchive-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Lightweight, advanced audio player focused on audio quality" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://audacious-media-player.org/" distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2" -checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09 +checksum=1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c build_options="gtk qt" build_options_default="qt" From f877bfb74a02d9e19ced20c2627879d98a851e38 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 6 Feb 2021 00:12:37 +0200 Subject: [PATCH 2/2] audacious-plugins: update to 4.1. --- 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 f9f969fc821..add591d4ae8 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.0.5 +version=4.1 revision=1 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=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b +checksum=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c build_options="gtk qt" build_options_default="qt"