diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-09 08:20:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-09 08:31:42 +0000 |
commit | 436d2ca8c31eb5ae077726093ffda091a92f8b01 (patch) | |
tree | a09fe4f8f0828175c4a8ec0eddd7f5206c25de30 /community/mpd | |
parent | 4a808921c6aa886d55662763cd1e3b2f7100cb4a (diff) | |
download | aports-436d2ca8c31eb5ae077726093ffda091a92f8b01.tar.bz2 aports-436d2ca8c31eb5ae077726093ffda091a92f8b01.tar.xz |
community/mpd: rebuidl against ffmpeg 4
Diffstat (limited to 'community/mpd')
-rw-r--r-- | community/mpd/APKBUILD | 2 |
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" |