diff options
Diffstat (limited to 'community/celluloid/APKBUILD')
-rw-r--r-- | community/celluloid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/celluloid/APKBUILD b/community/celluloid/APKBUILD index d736ba8e70..ad207b9438 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=0 +pkgrel=1 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=release \ + --buildtype=debugoptimized \ . output ninja -C output } |