diff options
Diffstat (limited to 'community/mpc')
-rw-r--r-- | community/mpc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD index 4febd3c4fd..14fc80f614 100644 --- a/community/mpc/APKBUILD +++ b/community/mpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mpc pkgver=0.33 -pkgrel=1 +pkgrel=2 pkgdesc="Minimalist command line interface to MPD" url="https://www.musicpd.org/clients/mpc/" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtest=true \ . output ninja -C output |