diff options
Diffstat (limited to 'community/wl-clipboard/APKBUILD')
-rw-r--r-- | community/wl-clipboard/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wl-clipboard/APKBUILD b/community/wl-clipboard/APKBUILD index a5fa5320c3..2b3fbb678c 100644 --- a/community/wl-clipboard/APKBUILD +++ b/community/wl-clipboard/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Robert Sacks <robert@sacks.email> pkgname=wl-clipboard pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Command-line copy/paste utilities for Wayland" url="https://github.com/bugaevc/wl-clipboard" arch="all" @@ -19,7 +19,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ . build ninja -C build } |