diff --git a/PKGBUILD b/PKGBUILD index 6db09920..01363433 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -76,7 +76,7 @@ depends=( 'ncdu' # Ncurses du (disk usage) 'borg' # Backup directories 'exa' # Drop-in replacement for ls and tree - 'fd-rs' # Faster alternative to find + 'fd' # Faster alternative to find 'diff-so-fancy' # A better-looking git diff 'youtube-dl' # View online videos in mpv 'xdg-user-dirs' # Generates common directories diff --git a/spec.cr b/spec.cr index bd2dfb23..8f0a65f9 100644 --- a/spec.cr +++ b/spec.cr @@ -128,8 +128,8 @@ describe "New Start" do PKGBUILD.should match /\n\s*'httpie'/ end - it "installs fd-rs" do - PKGBUILD.should match /\n\s*'fd-rs'/ + it "installs fd" do + PKGBUILD.should match /\n\s*'fd'/ end it "installs diff-so-fancy" do