aboutsummaryrefslogtreecommitdiffstats
path: root/community/celluloid/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/celluloid/APKBUILD')
-rw-r--r--community/celluloid/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD
index ad207b9438..11c356d26e 100644
--- a/community/celluloid/APKBUILD
+++ b/community/celluloid/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=celluloid
pkgver=0.18
-pkgrel=1
+pkgrel=2
pkgdesc="A simple GTK+ frontend for mpv (formerly gnome-mpv)"
url="https://celluloid-player.github.io/"
arch="all"
@@ -19,7 +19,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}