From 9463d2772757c031a08520c571a907dad73507ca Mon Sep 17 00:00:00 2001 From: zenobit Date: Wed, 21 May 2025 12:15:37 +0200 Subject: [PATCH] azote: Fix dependencies --- srcpkgs/azote/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 64310d1165f..841fca7f466 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,11 +1,11 @@ # Template file for 'azote' pkgname=azote version=1.16.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="gtk+3 libayatana-appindicator python3 python3-cairo python3-gobject - python3-Pillow python3-pillow-avif python3-pillow_heif python3-send2trash python3-yaml" +depends="gtk+3 feh libayatana-appindicator python3 python3-cairo python3-gobject + python3-Pillow python3-send2trash python3-yaml" short_desc="Wallpaper & color manager for Sway, i3 and other WMs" maintainer="cinerea0 " license="BSD-3-Clause AND GPL-3.0-or-later"