aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-09 08:20:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-09 08:31:42 +0000
commit436d2ca8c31eb5ae077726093ffda091a92f8b01 (patch)
treea09fe4f8f0828175c4a8ec0eddd7f5206c25de30 /community/mpd
parent4a808921c6aa886d55662763cd1e3b2f7100cb4a (diff)
downloadaports-436d2ca8c31eb5ae077726093ffda091a92f8b01.tar.bz2
aports-436d2ca8c31eb5ae077726093ffda091a92f8b01.tar.xz
community/mpd: rebuidl against ffmpeg 4
Diffstat (limited to 'community/mpd')
-rw-r--r--community/mpd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mpd/APKBUILD b/community/mpd/APKBUILD
index 670a72572c..a6f7f17236 100644
--- a/community/mpd/APKBUILD
+++ b/community/mpd/APKBUILD
@@ -8,7 +8,7 @@ case $pkgver in
*.*.*) _branch=${pkgver%.*};;
*.*) _branch=$pkgver;;
esac
-pkgrel=3
+pkgrel=4
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
url="https://musicpd.org"
pkgusers="mpd"