Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audacious #23672

Merged
merged 2 commits into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/audacious-plugins/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Template file for 'audacious-plugins'
#Keep in sync with audacious!
pkgname=audacious-plugins
version=4.0.4
revision=2
version=4.0.5
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
hostmakedepends="gettext pkg-config"
Expand All @@ -16,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://audacious-media-player.org/"
distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2"
checksum=36f240ab61bf19cbca2ab6da6fc44667ae582f062627e33e656224f2fab85c48
checksum=9f0251922886934f2aa32739b5a30eadfefa7c70dd7b3e78f94aa6fc54e0c55b

build_options="gtk qt"
build_options_default="qt"
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/audacious/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Template file for 'audacious'
#Keep in sync with audacious-plugins!
pkgname=audacious
version=4.0.4
version=4.0.5
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable gtk) $(vopt_enable qt)"
Expand All @@ -13,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://audacious-media-player.org/"
distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
checksum=27fae151760cc65193f31224d5ba08fe9f52d2c31b9a688e8a5468b97f7c95bf
checksum=51aea9e6a3b17f5209d49283a2dee8b9a7cd7ea96028316909da9f0bfe931f09

build_options="gtk qt"
build_options_default="qt"
Expand Down