Date: Monday, March 11, 2019 @ 22:36:29
  Author: jleclanche
Revision: 439896

upgpkg: sway 1.0-2

Compile with gdk-pixbuf2 support

Modified:
  sway/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-11 22:32:22 UTC (rev 439895)
+++ PKGBUILD    2019-03-11 22:36:29 UTC (rev 439896)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche <[email protected]>
 pkgname=sway
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
 arch=("x86_64")
 url="https://swaywm.org/";
@@ -13,7 +13,7 @@
        "pcre"
        "wlroots"
 )
-makedepends=("meson" "ninja" "scdoc" "wayland-protocols")
+makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
 optdepends=(
        "dmenu: Default for launching applications."
        "ffmpeg: For recording screencasts."

Reply via email to