diff options
Diffstat (limited to 'community/sway/APKBUILD')
-rw-r--r-- | community/sway/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD index 661df8ba8e..44406a3ef8 100644 --- a/community/sway/APKBUILD +++ b/community/sway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=sway pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="i3 compatible window manager for Wayland" url="http://swaywm.org" arch="all" @@ -39,7 +39,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --buildtype=debugoptimized \ + --buildtype=plain \ . output ninja -C output } |