aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/audacious-plugins/APKBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/community/audacious-plugins/APKBUILD b/community/audacious-plugins/APKBUILD
index c13044c979..1aaa3b75de 100644
--- a/community/audacious-plugins/APKBUILD
+++ b/community/audacious-plugins/APKBUILD
@@ -1,12 +1,13 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname=audacious-plugins
-pkgver=3.10.1
-pkgrel=4
+pkgver=4.0
+pkgrel=0
pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)"
url="https://audacious-media-player.org/"
arch="all !s390x"
-license="ISC"
+license="BSD-2-Clause AND BSD-3-Clause AND ISC AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later"
depends="audacious"
install_if="audacious=$pkgver"
makedepends="
@@ -42,16 +43,7 @@ makedepends="
"
subpackages="$pkgname-lang $pkgname-dbg"
source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2"
-
-prepare() {
- default_prepare
-
- aclocal -I m4 && autoheader && autoconf
-
- # workaround bug in busybox
- sed -e "/touch/s/0001010000/200001010000/g" \
- -i configure
-}
+options="!check" # No test suite (or any plans for one)
build() {
./configure \
@@ -70,4 +62,4 @@ package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565 audacious-plugins-3.10.1.tar.bz2"
+sha512sums="f9f7d249ff5b8337729ce59b24ec249b96842ed9986a6a42a4de179bed44a431316537311a5514d652c0f847d7e849afd18e0bb2a2a5628d24cc6d449c52095c audacious-plugins-4.0.tar.bz2"