personal PKGBUILD stash
Go to file
Trent Palmer 80fce4e332 version bump 4 commits vim-youcompleteme-git 2024-03-23 06:44:07 -07:00
adb-sync-git version bump 1 commits adb-sync-git 2023-01-05 06:45:52 -08:00
deoplete update deoplete to version 6.1-1 2021-06-27 04:20:09 -07:00
deoplete-git version bump 4 commits deoplete-git, and fix replaces param in PKGBUILD 2024-03-23 06:31:17 -07:00
deoplete-jedi-git version bump 1 commits deoplete-jedi-git 2022-11-20 12:31:28 -08:00
deoplete-ternjs-git version bump 3 commits deoplete-ternjs-git 2020-01-16 23:59:06 -08:00
nodejs-tern update nodejs-tern to version 0.24.3-2 per packaging fix 2021-06-27 04:34:02 -07:00
nvim-yarp-git version bump 2 commits nvim-yarp-git 2022-06-08 10:45:41 -07:00
python2-requests-futures add python2-requests-futures-1.0.0 2019-06-27 05:57:26 -07:00
vim-closetag-git version bump 2 commits vim-closetag-git 2022-06-02 07:36:46 -07:00
vim-dart-plugin-git version bump 5 commits vim-dart-plugin-git 2019-09-24 18:29:38 -07:00
vim-hug-neovim-rpc-git fix source var in PKGBUILD vim-hug-neovim-rpc-git 2022-08-10 05:08:28 -07:00
vim-lightline-git version bump 2 commits vim-lightline-git 2024-01-16 09:12:08 -08:00
vim-lsc add vim-lsc start with version 0.3.2 tested on raspberrypi 2019-05-23 18:34:50 -07:00
vim-youcompleteme-git version bump 4 commits vim-youcompleteme-git 2024-03-23 06:44:07 -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 update README 2019-05-23 20:11:57 -07:00

README.md

Where are we Dorothy?

Stash of Arch Linux PKGBUILDS, some of which are forks, some of which are inspired, and also some which are updates to outdated AUR packages.

Additionally, I have some PKGBUILDS here merely so I can track their updates with my own scripts.

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>")