diff options
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 79899d003a..670a72572c 100644 --- a/community/mpd/APKBUILD +++ b/community/mpd/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*.*) _branch=${pkgver%.*};; *.*) _branch=$pkgver;; esac -pkgrel=2 +pkgrel=3 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" url="https://musicpd.org" pkgusers="mpd" |