diff options
Diffstat (limited to 'community/mpd/APKBUILD')
-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 12c2853a1f..a58dc1ccad 100644 --- a/community/mpd/APKBUILD +++ b/community/mpd/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in *.*.*) _branch=${pkgver%.*};; *.*) _branch=$pkgver;; esac -pkgrel=1 +pkgrel=2 pkgdesc="Music daemon that plays MP3, FLAC, Ogg Vorbis files and Audio CDs" url="https://musicpd.org" pkgusers="mpd" |