Add ghc and xdg-user-dirs to PKGBUILD

This commit is contained in:
Donovan Glover 2018-02-06 17:31:13 -05:00
parent 080d046282
commit c30d2cf240
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -79,6 +79,7 @@ depends=(
'fd-rs' # Faster alternative to find 'fd-rs' # 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
# Fonts # Fonts
'ttf-hack' # Terminal font 'ttf-hack' # Terminal font
@ -94,6 +95,7 @@ depends=(
'python' 'python'
'lua' 'lua'
'nodejs' 'nodejs'
'ghc'
# Other extras # Other extras
'pygmentize' # Command line syntax highlighting (used for 'dog') 'pygmentize' # Command line syntax highlighting (used for 'dog')