aboutsummaryrefslogtreecommitdiffstats
path: root/main/mpd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-01-28 15:03:12 +0200
committerTimo Teräs <timo.teras@iki.fi>2015-01-28 15:15:30 +0200
commit8d7c98b0132d1b54e073d9627c9e7090fca1d73d (patch)
treee6776afba8bfe99ea2fe6ddca710458482c4d753 /main/mpd
parentf1d1ddf4a77fe03a3e4070a5c136bdc5f2ba26f1 (diff)
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/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mpd/APKBUILD b/main/mpd/APKBUILD
index f3a5500ed87..012758c3c7a 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"