diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-24 15:16:35 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-24 15:16:35 +0200 |
| commit | eceef4cf3eb879f617212c2342c3e42f838c9354 (patch) | |
| tree | 5558ed3fb035b7413f1b4f361cd1eba7bffe8911 /raveos-cosmic-theme | |
| parent | 622c06d16e6ee58496115f785e4a5267094bcfa3 (diff) | |
| download | RaveOS-PKGBUILD-eceef4cf3eb879f617212c2342c3e42f838c9354.tar.gz RaveOS-PKGBUILD-eceef4cf3eb879f617212c2342c3e42f838c9354.zip | |
theme ütközés fix
Diffstat (limited to 'raveos-cosmic-theme')
| -rw-r--r-- | raveos-cosmic-theme/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 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') |