diff options
Diffstat (limited to 'community/cheese/APKBUILD')
-rw-r--r-- | community/cheese/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD index 2c766a9812..3f05bb92c1 100644 --- a/community/cheese/APKBUILD +++ b/community/cheese/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=cheese pkgver=3.34.0 -pkgrel=0 +pkgrel=1 pkgdesc="Take photos and videos with your webcam" url="https://wiki.gnome.org/Apps/Cheese" arch="all" @@ -22,7 +22,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |