diff options
Diffstat (limited to 'community/pulseaudio')
-rw-r--r-- | community/pulseaudio/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 68e64dc0ad..6e0b485718 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=pulseaudio pkgver=13.0 -pkgrel=4 +pkgrel=5 pkgdesc="A featureful, general-purpose sound server" url="https://www.freedesktop.org/wiki/Software/PulseAudio/" arch="all" @@ -80,7 +80,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --optimization=s \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dgcov=false \ -Dman=true \ -Dtests=true \ |