diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-18 09:10:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-18 20:44:03 +0000 |
commit | eadad703b47034d3e773a18ba09358f6cee0e6e4 (patch) | |
tree | e73331f75e8f870a9fd29fbeda8cc483af1b9671 /main/mpd | |
parent | 8c9c558824af2a0db515790b42878ad44148e700 (diff) | |
download | aports-eadad703b47034d3e773a18ba09358f6cee0e6e4.tar.bz2 aports-eadad703b47034d3e773a18ba09358f6cee0e6e4.tar.xz |
main/mpd: rebuild against icu-59.1
Diffstat (limited to 'main/mpd')
-rw-r--r-- | main/mpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mpd/APKBUILD b/main/mpd/APKBUILD index be63bcaa6e..95611da450 100644 --- a/main/mpd/APKBUILD +++ b/main/mpd/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*.*) _branch=${pkgver%.*};; *.*) _branch=$pkgver;; esac -pkgrel=1 +pkgrel=2 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" url="https://musicpd.org" pkgusers="mpd" |