From 30b239c73858a54e2ca69eda9244981eb419f9f6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 18 Oct 2022 18:04:29 -0400 Subject: [PATCH] azote: add missing dependency fixes #40029 --- srcpkgs/azote/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 510a7fdcdb6..0e2132d2878 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,10 +1,10 @@ # Template file for 'azote' pkgname=azote version=1.9.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-cairo python3-gobject python3-Pillow gtk+3" +depends="python3-setuptools python3-cairo python3-gobject python3-Pillow gtk+3" short_desc="Wallpaper & color manager for Sway, i3 and other WMs" maintainer="Piotr Miller " license="BSD-3-Clause, GPL-3.0-or-later"