From cfcb07ab77a83f5686608e69a1b140f4632456b5 Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Fri, 16 Aug 2024 23:43:01 +0000 Subject: [PATCH] added the catppuccin theme as dependency --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 46d2d79..670e90f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: TROM pkgname=tromjaro-theme-switcher pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc="TROMjaro Theme switcher application" arch=('x86_64') url="https://git.trom.tf/TROMjaro/theme-switcher-package" @@ -14,6 +14,7 @@ depends=('tromjaro-fixes' 'colloid-gruvbox-gtk-theme-git' 'colloid-nord-gtk-theme-git' 'colloid-everforest-gtk-theme-git' + 'colloid-catppuccin-gtk-theme-git' 'zafiro-icon-theme') makedepends=('choosenim') provides=('tromjaro-theme-switcher')