aboutsummaryrefslogtreecommitdiffstats
path: root/community/audacious
diff options
context:
space:
mode:
authorPedro Filipe <xpecex@outlook.com>2018-09-23 00:36:32 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-26 18:42:02 +0000
commitec009785922e86c08548bd0ca93c966fe2655e58 (patch)
tree04478925d62d8974853dbdf46cae05b3fa49d551 /community/audacious
parentcfb9ae7c477b9f9c5f710af9b2a811ab5ae56677 (diff)
downloadaports-ec009785922e86c08548bd0ca93c966fe2655e58.tar.bz2
aports-ec009785922e86c08548bd0ca93c966fe2655e58.tar.xz
community/audacious: upgrade to 3.10
Diffstat (limited to 'community/audacious')
-rw-r--r--community/audacious/APKBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD
index 5a8aa95915..2c4243fdb5 100644
--- a/community/audacious/APKBUILD
+++ b/community/audacious/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=audacious
-pkgver=3.9
+pkgver=3.10
pkgrel=0
pkgdesc="A playlist-oriented media player with multiple interfaces"
url="http://audacious-media-player.org/"
@@ -32,9 +32,15 @@ build() {
make
}
+check () {
+ cd "$builddir"/src/libaudcore/tests
+ make test
+ ./test
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="d8ef24c91c84bfa80831075cd9a12fc4bf02cec8bc96bcfa5a941254d194cccdc482482b1c015bc63e1142718c2221034c0f3a87e2cb6e4daf3b4cc428328aaa audacious-3.9.tar.bz2"
+sha512sums="513d5f9608c1ebeae9cf9bb95128244e990e66c74bf49aff6570ec557d537809f3ebf93c400f5df2708ff61cf04ecc95da183b111f5a757735cef5a68dd9907f audacious-3.10.tar.bz2"