diff options
Diffstat (limited to 'community/gnome-passwordsafe/APKBUILD')
-rw-r--r-- | community/gnome-passwordsafe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-passwordsafe/APKBUILD b/community/gnome-passwordsafe/APKBUILD index e30b5df25f..08d81ec521 100644 --- a/community/gnome-passwordsafe/APKBUILD +++ b/community/gnome-passwordsafe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-passwordsafe pkgver=3.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="A password manager for GNOME" url="https://gitlab.gnome.org/World/PasswordSafe" arch="noarch !s390x" # Limited by py3-keepass @@ -21,7 +21,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |