personal PKGBUILD stash
Go to file
2018-12-30 08:45:43 -08:00
deoplete add deoplete 2018-11-13 23:21:57 -08:00
deoplete-git version bump 14 commits deoplete-git 2018-12-27 20:38:18 -08:00
deoplete-jedi-git version bump 3 commits deoplete-jedi-git 2018-12-24 05:57:49 -08:00
deoplete-ternjs-git deoplete-ternjs bump 1 commit 2018-12-03 11:10:08 -08:00
nvim-yarp-git update install message nvim-yarp 2018-12-24 05:47:56 -08:00
vim-closetag-git version bump 1 commits vim-closetag-git 2018-12-12 09:50:27 -08:00
vim-hug-neovim-rpc-git vim-hug-neovim-rpc bump 1 commit 2018-12-03 11:15:50 -08:00
vim-lightline-git version bump 2 commits vim-lightline-git 2018-12-12 09:47:14 -08:00
vim-youcompleteme-git version bump 4 commits vim-youcompleteme-git 2018-12-30 08:45:43 -08: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>")