diff options
Diffstat (limited to 'community/slurp/APKBUILD')
-rw-r--r-- | community/slurp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/slurp/APKBUILD b/community/slurp/APKBUILD index 97b03be1df..e06fadd093 100644 --- a/community/slurp/APKBUILD +++ b/community/slurp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=slurp pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Interaction screen selection on Wayland compositors" url="https://wayland.emersion.fr/slurp/" arch="all" @@ -18,7 +18,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |