diff options
Diffstat (limited to 'community/fractal')
-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 051efe7a8d..a127c20223 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=1 +pkgrel=2 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=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |