diff options
Diffstat (limited to 'community/geary/APKBUILD')
-rw-r--r-- | community/geary/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD index bcbe2bc7db..c81e6ac3b1 100644 --- a/community/geary/APKBUILD +++ b/community/geary/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=geary pkgver=3.34.2 -pkgrel=0 +pkgrel=1 pkgdesc="Geary is an email application built around conversations" url="https://wiki.gnome.org/Apps/Geary" # tests fail on armhf @@ -25,7 +25,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Dlibunwind_optional=true \ . output ninja -C output |