diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:01:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:01:50 -0300 |
commit | 49c1e372ae2fde2b8b4c83f4ea7251c9e5a43266 (patch) | |
tree | 2324ce5df30df8ebe7ea432578a2a9845aa85e9b /community | |
parent | 3344ca2e1cc53c44219eed980f985549556f6c30 (diff) | |
download | aports-49c1e372ae2fde2b8b4c83f4ea7251c9e5a43266.tar.bz2 aports-49c1e372ae2fde2b8b4c83f4ea7251c9e5a43266.tar.xz |
community/audacious: fix url
Diffstat (limited to 'community')
-rw-r--r-- | community/audacious/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/audacious/APKBUILD b/community/audacious/APKBUILD index f5966a87a5..e9c6c03083 100644 --- a/community/audacious/APKBUILD +++ b/community/audacious/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=audacious pkgver=3.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="A playlist-oriented media player with multiple interfaces" -url="http://audacious-media-player.org/" +url="https://audacious-media-player.org/" arch="all !s390x" license="ISC" depends_dev="dbus-glib-dev qt5-qtbase-dev" @@ -33,7 +33,7 @@ build() { make } -check () { +check() { cd "$builddir"/src/libaudcore/tests make test ./test |