aboutsummaryrefslogtreecommitdiffstats
path: root/community/audacious-plugins
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-27 01:50:58 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-26 22:33:06 -0300
commit969db5608de602b5e0b207a39574b912c2a5e076 (patch)
tree2743b533c5da8d23a09563dc43a8d14046be123f /community/audacious-plugins
parent7787ebc059fa5287c1a147f9d26c6756eec3acff (diff)
community/audacious-plugins: take over maintainership
Diffstat (limited to 'community/audacious-plugins')
-rw-r--r--community/audacious-plugins/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/audacious-plugins/APKBUILD b/community/audacious-plugins/APKBUILD
index 7014067be53..da9d8b0cfd6 100644
--- a/community/audacious-plugins/APKBUILD
+++ b/community/audacious-plugins/APKBUILD
@@ -1,9 +1,8 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
-# Contributor:
-# Maintainer:
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=audacious-plugins
pkgver=3.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)"
url="http://audacious-media-player.org/"
arch="all !s390x"
@@ -55,7 +54,7 @@ source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2"
prepare() {
default_prepare
- msg "Rebuilding configure..."
+
aclocal -I m4 && autoheader && autoconf
# workaround bug in busybox
@@ -75,7 +74,7 @@ build() {
}
package() {
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" make install
}
sha512sums="454e9ce4061e92a0ecda40f562d4cc7453fc0019fd76b25dbe9e319319fa37c22f9785cb29563e8074de8a88e6130106aca1e431790297e1b4636dc974fde565 audacious-plugins-3.10.1.tar.bz2"