From ab29eb9af56efa596f1e38266c2aa9b6bd2024a3 Mon Sep 17 00:00:00 2001
From: Tio TROM <tio@trom.tf>
Date: Wed, 4 Oct 2023 14:53:20 +0200
Subject: [PATCH] replaced some dependencies

qt5style plugin with qt5gtk2 and qt6gtk2 with qt6gtk2-git
---
 PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 7acb587..e5205f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: TROM <contact@tromsite.com>
 pkgname=tromjaro-fixes
 pkgver=1.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Various fixes for TROMjaro OS"
 arch=(any)
 url=""
@@ -10,8 +10,8 @@ depends=('xfce4-appfinder'
          'xdotool'
          'rsync'
          'inotify-tools'
-         'qt5-styleplugins'
-         'qt6gtk2'
+         'qt5gtk2'
+         'qt6gtk2-git'
          'qqc2-desktop-style')
 provides=('tromjaro-fixes')
 backup=()