diff options
Diffstat (limited to 'community/gnome-screenshot')
-rw-r--r-- | community/gnome-screenshot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-screenshot/APKBUILD b/community/gnome-screenshot/APKBUILD index e8fac2f0ff..0ba47beda5 100644 --- a/community/gnome-screenshot/APKBUILD +++ b/community/gnome-screenshot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-screenshot pkgver=3.34.0 -pkgrel=0 +pkgrel=1 pkgdesc="Screenshot capture utility for GNOME" url="https://gitlab.gnome.org/GNOME/gnome-screenshot" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=release \ + --buildtype=debugoptimized \ . output ninja -C output } |