aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-sound-recorder
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-sound-recorder')
-rw-r--r--community/gnome-sound-recorder/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-sound-recorder/APKBUILD b/community/gnome-sound-recorder/APKBUILD
index c65d479705..3cb31d9919 100644
--- a/community/gnome-sound-recorder/APKBUILD
+++ b/community/gnome-sound-recorder/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-sound-recorder
pkgver=3.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple and modern sound recorder"
url="https://wiki.gnome.org/Apps/SoundRecorder"
arch="all !s390x" # Dependency gjs-dev is not available on s390x
@@ -17,7 +17,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}