diff options
Diffstat (limited to 'community/folks')
-rw-r--r-- | community/folks/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD index 39587a3955..f7a47bb6c2 100644 --- a/community/folks/APKBUILD +++ b/community/folks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=folks pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" arch="all" @@ -29,7 +29,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ -Ddocs=true \ . output ninja -C output |