diff options
Diffstat (limited to 'community/folks/APKBUILD')
-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 bf2df1bfc4..fe9df4700c 100644 --- a/community/folks/APKBUILD +++ b/community/folks/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=folks pkgver=0.13.2 -pkgrel=0 +pkgrel=1 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" arch="all" @@ -30,7 +30,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddocs=true \ . output ninja -C output |