From 5d5acd5a1b24dd7d73f3c45ee42a8e5f953d6699 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 16 Dec 2023 08:19:54 -0600 Subject: [PATCH] missed one --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6e2edb3..169e96e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,7 @@ license=('GPL3') depends=('python' 'python-pyqt5' 'python-yaml' - 'pacman-contrib' - 'hicolor-icon-theme') + 'pacman-contrib') makedepends=('git') optdepends=() source=("git+https://github.com/ericlay/$pkgname.git")