diff options
Diffstat (limited to 'community/gnome-calculator')
-rw-r--r-- | community/gnome-calculator/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-calculator/APKBUILD b/community/gnome-calculator/APKBUILD index 58d0a4a50f..d948a98960 100644 --- a/community/gnome-calculator/APKBUILD +++ b/community/gnome-calculator/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-calculator pkgver=3.34.1 -pkgrel=0 +pkgrel=1 pkgdesc="Calculator for solving mathematical equations" url="https://wiki.gnome.org/Apps/Calculator" arch="all !s390x" # gtksourceview4 is not available on s390x @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |