summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3rfaan2023-11-16 19:51:56 +0100
committer3rfaan2023-11-16 19:51:56 +0100
commitd8e6cb17047dd234a493949ddfef91aeed3a2d49 (patch)
treec9981588a9291b469fc46f22325a269a42d1840d
parent9c563b99589362816199dfc7eb41193ced8f4e9d (diff)
downloadaur-d8e6cb17047dd234a493949ddfef91aeed3a2d49.tar.gz
Changed conflicts and provides in PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc3897178d5..55ab00459a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="Everforest Theme Installer for Hyprland on Arch Linux"
url="https://github.com/3rfaan/hyprforest-installer"
license=("GPL-3.0-or-later")
arch=("x86_64")
-provides=("hyprforest-installer")
-conflicts=("hyprforest-installer")
+provides=("hyprforest-installer-bin")
+conflicts=("hyprforest-installer-bin")
optdepends=("hyprland" "kitty" "neovim" "waybar" "wofi" "zsh")
source=("https://github.com/3rfaan/hyprforest-installer/releases/download/v$pkgver/hyprforest-installer-$pkgver-x86_64.tar.gz")
sha256sums=("591c246ec182e8fd048ed0ba996f4e1da159a78528ecd998cb6ba672b34ed70d")