diff options
Diffstat (limited to 'community/fractal/APKBUILD')
-rw-r--r-- | community/fractal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index c4dce94d03..051efe7a8d 100644 --- a/community/fractal/APKBUILD +++ b/community/fractal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=fractal pkgver=4.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust @@ -26,7 +26,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |