diff options
Diffstat (limited to 'community/gnome-contacts/APKBUILD')
-rw-r--r-- | community/gnome-contacts/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-contacts/APKBUILD b/community/gnome-contacts/APKBUILD index b6726a6bb8..6ea84ce6ec 100644 --- a/community/gnome-contacts/APKBUILD +++ b/community/gnome-contacts/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-contacts pkgver=3.34 -pkgrel=0 +pkgrel=1 pkgdesc="A contacts manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" arch="all !s390x" # libhandy is missing @@ -20,7 +20,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |