personal PKGBUILD stash
Go to file
Trent Palmer 0590b7efe9 version bump vim-hug-neovim-rpc-git now with an MIT
License

version bump nvim-yarp now with an MIT License
2018-08-08 08:45:10 -07:00
deoplete-git version bump deoplete deoplete-jedi nvim-yarp-git vim-hug-neovim-rpc-git 2018-07-10 13:57:36 -07:00
deoplete-jedi-git version bump deoplete deoplete-jedi nvim-yarp-git vim-hug-neovim-rpc-git 2018-07-10 13:57:36 -07:00
nvim-yarp-git version bump nvim-yarp now with an MIT License 2018-08-08 08:44:49 -07:00
vim-hug-neovim-rpc-git version bump vim-hug-neovim-rpc-git now with an MIT 2018-08-08 08:45:10 -07:00
vim-lightline-git vim-lightline-git version bump 2018-07-06 08:36:36 -07:00
vim-youcompleteme-git version bump vim-youcompleteme-git 2018-07-06 13:52:02 -07:00
vimscripts-autoclose add option to not install vimscripts-autoclose to /usr/share/nvim/* 2018-06-07 14:35:43 -07:00
README.md correction in README.md 2018-06-07 23:48:01 -07:00

Where are we Dorothy?

my own Arch Linux PKGBUILDS, some of which are forks, and some of which are inspired

Live Git PKGBUILD tip

If you want to modify a PKGBUILDS to pull a particular commit, you can edit the source like so.

# source=("${_name}::${url//https/git}")
source=("${_name}::${url//https/git}#commit=<commit_hash>")