diff options
Diffstat (limited to 'community/gnome-authenticator/APKBUILD')
-rw-r--r-- | community/gnome-authenticator/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD index 2b4b0ae0fb..c875a1127d 100644 --- a/community/gnome-authenticator/APKBUILD +++ b/community/gnome-authenticator/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-authenticator pkgver=3.32.2 -pkgrel=4 +pkgrel=5 pkgdesc="A Two-Factor Authentication application" url="https://gitlab.gnome.org/World/Authenticator" arch="all !s390x" # missing libhandy on s390x @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |