aboutsummaryrefslogtreecommitdiffstats
path: root/community/ncmpc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ncmpc/APKBUILD')
-rw-r--r--community/ncmpc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ncmpc/APKBUILD b/community/ncmpc/APKBUILD
index 17870b1675..0aa08729f3 100644
--- a/community/ncmpc/APKBUILD
+++ b/community/ncmpc/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=ncmpc
pkgver=0.36
-pkgrel=1
+pkgrel=2
pkgdesc="Ncurses client for the Music Player Daemon (MPD)"
url="https://www.musicpd.org/clients/ncmpc"
arch="all"
@@ -19,7 +19,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=debugoptimized \
-Dlirc=disabled \
-Dcurses=ncurses \
-Dlyrics_screen=true \