summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkRHYME72024-04-13 08:48:28 +0800
committerkRHYME72024-04-13 08:48:28 +0800
commit01edc7f002e677cf62b7a0c0692ffc9e5edaebc8 (patch)
tree72ea0fb98dea928222ff48d24f6762c04b215578
parent89fe1feb9a5b7a22698c29f259b16d141cf8e9c2 (diff)
downloadaur-hyde-cli-git.tar.gz
remove tree as depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd64895cc0f..4dc502ea2f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,11 @@ pkgbase = hyde-cli-git
arch = any
license = GPL
depends = fzf
- depends = tree
depends = ttf-jetbrains-mono-nerd
provides = hyde-cli-git
conflicts = hyprdots-ctl
conflicts = hyde-cli-git
replaces = hyprdots-ctl
- replaces = hyde-cli-git
source = git+https://github.com/kRHYME7/Hyde-cli#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 98f435945e79..ef1c50517676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="CLI for Hyde, an Aesthetic, dynamic and minimal dots for hyprland"
arch=('any')
url="git+https://github.com/kRHYME7/Hyde-cli"
license=('GPL')
-depends=( 'fzf' 'tree' 'ttf-jetbrains-mono-nerd' )
+depends=( 'fzf' 'ttf-jetbrains-mono-nerd' )
provides=("${pkgname}")
conflicts=("hyprdots-ctl" "hyde-cli-git")
-replaces=("hyprdots-ctl" "hyde-cli-git")
+replaces=("hyprdots-ctl")
source=("git+https://github.com/kRHYME7/Hyde-cli#branch=master")
sha256sums=('SKIP')