diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-01-28 15:03:12 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-01-28 15:15:30 +0200 |
commit | 8d7c98b0132d1b54e073d9627c9e7090fca1d73d (patch) | |
tree | e6776afba8bfe99ea2fe6ddca710458482c4d753 /main/mpd | |
parent | f1d1ddf4a77fe03a3e4070a5c136bdc5f2ba26f1 (diff) | |
download | aports-8d7c98b0132d1b54e073d9627c9e7090fca1d73d.tar.bz2 aports-8d7c98b0132d1b54e073d9627c9e7090fca1d73d.tar.xz |
main/mpd: recompile with new gcc and abuild
fixes #3680, and should fix -dbg to have more complete debug info
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 f3a5500ed8..012758c3c7 100644 --- a/main/mpd/APKBUILD +++ b/main/mpd/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*) _branch=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" url="http://musicpd.org" pkgusers="mpd" |