diff options
| -rw-r--r-- | raveos-cosmic-theme/PKGBUILD | 3 | ||||
| -rw-r--r-- | raveos-gnome-theme/PKGBUILD | 3 | ||||
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD index 51af77a..eb84501 100644 --- a/raveos-cosmic-theme/PKGBUILD +++ b/raveos-cosmic-theme/PKGBUILD @@ -11,11 +11,12 @@ pkgname=raveos-cosmic-theme pkgver=0.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="RaveOS Cosmic theme payload and installer" arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-hyprland-theme' 'raveos-gnome-theme') depends=('fastfetch') diff --git a/raveos-gnome-theme/PKGBUILD b/raveos-gnome-theme/PKGBUILD index 631b8bd..3c9d6fa 100644 --- a/raveos-gnome-theme/PKGBUILD +++ b/raveos-gnome-theme/PKGBUILD @@ -11,11 +11,12 @@ pkgname=raveos-gnome-theme pkgver=0.0.0 -pkgrel=22 +pkgrel=23 pkgdesc="RaveOS GNOME theme payload and installer" arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-hyprland-theme' 'raveos-cosmic-theme') depends=('fastfetch') diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 05cfdf1..2a1d6ea 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -15,6 +15,7 @@ pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell arch=('any') url="https://raveos.local" license=('custom') +conflicts=('raveos-cosmic-theme' 'raveos-gnome-theme') # Futáshoz szükséges csomagok depends=( |