Add yarn to PKGBUILD

This commit is contained in:
Donovan Glover 2018-02-04 20:00:02 -05:00
parent e75fae3842
commit 20d6c784d0
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -42,6 +42,9 @@ depends=(
'llvm' # The low level virtual machine
'git' # Version control
'libsass' # Sass support
'shards' # Crystal package manager
'npm' # Node package manager
'yarn' # Dependency manager
# Main environment
'bspwm' # Window manager
@ -95,8 +98,6 @@ depends=(
# Other extras
'pygmentize' # Command line syntax highlighting (used for 'dog')
'ctags' # ctags (used with vim)
'shards' # Crystal package manager
'npm' # Node package manager
'ispell' # Spell checker (an alternative to the built-in vim one)
'alsa-utils' # (?) Required for sound support