From 902245da7adc7f96d194f4e2d0682a610ef40937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 31 Mar 2019 14:23:47 +0200 Subject: [PATCH] PKGBUILD: i3-wm is no longer a dependency --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9c260d8..1bcdb92 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=f00bar -pkgver=0.9.0.r85.g3b1998a +pkgver=0.9.0.r158.gaac2a81 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X" arch=('x86_64') @@ -13,8 +13,7 @@ depends=( 'alsa-lib' 'libudev.so' 'json-c' - 'libmpdclient' - 'i3-wm') + 'libmpdclient') optdepends=('xcb-util-errors: better X error messages') source=()