From 48bcec9697f06164f0101a02692d7c2f8646d9f6 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 2 Jul 2020 13:00:23 -0700 Subject: [PATCH] python3-i3ipc: add xlib dependency. --- srcpkgs/python3-i3ipc/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template index 14be6b27d4c..df0c16a161b 100644 --- a/srcpkgs/python3-i3ipc/template +++ b/srcpkgs/python3-i3ipc/template @@ -1,11 +1,12 @@ # Template file for 'python3-i3ipc' pkgname=python3-i3ipc version=2.2.1 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +depends="python3-xlib" short_desc="Improved Python library to control i3wm and sway" maintainer="Reed Wade " license="BSD-3-Clause"