Change fd-rs to fd

The package fd-rs was renamed to fd upstream.
This commit is contained in:
Donovan Glover 2018-03-13 23:53:01 -04:00
parent ff34eb6a71
commit 977b229caa
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ depends=(
'ncdu' # Ncurses du (disk usage) 'ncdu' # Ncurses du (disk usage)
'borg' # Backup directories 'borg' # Backup directories
'exa' # Drop-in replacement for ls and tree '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 'diff-so-fancy' # A better-looking git diff
'youtube-dl' # View online videos in mpv 'youtube-dl' # View online videos in mpv
'xdg-user-dirs' # Generates common directories 'xdg-user-dirs' # Generates common directories

View File

@ -128,8 +128,8 @@ describe "New Start" do
PKGBUILD.should match /\n\s*'httpie'/ PKGBUILD.should match /\n\s*'httpie'/
end end
it "installs fd-rs" do it "installs fd" do
PKGBUILD.should match /\n\s*'fd-rs'/ PKGBUILD.should match /\n\s*'fd'/
end end
it "installs diff-so-fancy" do it "installs diff-so-fancy" do