aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-clocks/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-clocks/APKBUILD')
-rw-r--r--community/gnome-clocks/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD
index 70e2889395a..a77f32c7343 100644
--- a/community/gnome-clocks/APKBUILD
+++ b/community/gnome-clocks/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-clocks
pkgver=3.34.0
-pkgrel=2
+pkgrel=3
pkgdesc="Clock application designed for GNOME 3"
url="https://wiki.gnome.org/Apps/Clocks"
arch="all"
@@ -19,7 +19,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}