aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wayfire/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wayfire/APKBUILD')
-rw-r--r--testing/wayfire/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wayfire/APKBUILD b/testing/wayfire/APKBUILD
index 5792be63277..38332d4c2ee 100644
--- a/testing/wayfire/APKBUILD
+++ b/testing/wayfire/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=wayfire
pkgver=0.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Compiz-clone Wayland compositor"
url="https://wayfire.org"
arch="all"
@@ -23,7 +23,7 @@ source="https://github.com/WayfireWM/wayfire/releases/download/$pkgver/wayfire-$
"
build() {
- meson build --prefix=/usr --buildtype=debugoptimized
+ meson build --prefix=/usr --buildtype=plain
}
package() {