[arch-commits] Commit in sway/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Jun 4 20:30:02 UTC 2018


    Date: Monday, June 4, 2018 @ 20:30:01
  Author: jelle
Revision: 340451

upgpkg: sway 0.15.2-2

json-c rebuild

Modified:
  sway/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 20:07:34 UTC (rev 340450)
+++ PKGBUILD	2018-06-04 20:30:01 UTC (rev 340451)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("x86_64")
 url="http://swaywm.org"
@@ -35,6 +35,7 @@
 build() {
 	mkdir -p build
 	cd build
+        export CFLAGS="-Wno-stringop-overflow -Wno-stringop-truncation $CFLAGS"
 	cmake "$srcdir/$pkgname-$pkgver" \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_SYSCONFDIR=/etc \



More information about the arch-commits mailing list