From 977b229caa7169df4d9ad313a7f8b2fab9a6d294 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Mar 2018 23:53:01 -0400 Subject: [PATCH] Change fd-rs to fd The package fd-rs was renamed to fd upstream. --- PKGBUILD | 2 +- spec.cr | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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