From 764786ac85beb799fb7ef86b600d1b7409613d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B8dseth?= Date: Tue, 19 Mar 2019 10:13:34 +0000 Subject: [PATCH] Remove outdated optional deps, ref #62067 upgpkg: sway 1.0-6 --- PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1ab116d..0948dc2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sway pkgver=1.0 -pkgrel=5 +pkgrel=6 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager' arch=(x86_64) url='https://swaywm.org/' @@ -12,10 +12,8 @@ depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots) makedepends=(meson ninja scdoc wayland-protocols) optdepends=( 'dmenu: for launching applications' - 'ffmpeg: for recording screencasts' 'gdk-pixbuf2: required by swaybg' 'i3status: display a status line' - 'imagemagick: for taking screenshots' 'rxvt-unicode: default terminal emulator' 'xorg-server-xwayland: X11 support' )