Date: Friday, March 29, 2019 @ 12:36:40 Author: arodseth Revision: 446005
upgpkg: sway 1.0-8 Modified: sway/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-29 12:32:07 UTC (rev 446004) +++ PKGBUILD 2019-03-29 12:36:40 UTC (rev 446005) @@ -3,7 +3,7 @@ pkgname=sway pkgver=1.0 -pkgrel=7 +pkgrel=8 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -12,7 +12,6 @@ makedepends=(meson ninja scdoc wayland-protocols) optdepends=( 'dmenu: for launching applications' - 'gdk-pixbuf2: required by swaybg' 'i3status: display a status line' 'rxvt-unicode: default terminal emulator' 'xorg-server-xwayland: X11 support' @@ -27,7 +26,7 @@ build() { mkdir -p build - arch-meson build $pkgname-$pkgver -Dwerror=false + arch-meson build $pkgname-$pkgver -D werror=false -D b_ndebug=true ninja -C build }
