diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-01 11:50:23 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 20:55:00 +0000 |
commit | 4bf6be20f29ea96ad3cb4cb11e2ecaf60ee85f1f (patch) | |
tree | 63d5902f559f004ff596c20edf9121c8e98866f5 /community/mpd | |
parent | c3e2be093d5af64f185f7ba264fcdbf445723d06 (diff) | |
download | aports-4bf6be20f29ea96ad3cb4cb11e2ecaf60ee85f1f.tar.bz2 aports-4bf6be20f29ea96ad3cb4cb11e2ecaf60ee85f1f.tar.xz |
community/mpd: rebuild against libnfs.so.12
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 4de18668c6..cc01703a70 100644 --- a/community/mpd/APKBUILD +++ b/community/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" |