personal PKGBUILD stash
Go to file
Trent Palmer fdb3023264 add python2-requests-futures-1.0.0 2019-06-27 05:57:26 -07:00
adb-sync-git add adb-sync-git 2019-05-23 20:04:51 -07:00
deoplete version bump 4.1 -> 5.0 deoplete tested on raspberrypi 2019-02-10 13:09:10 -08:00
deoplete-git version bump 1 commits deoplete-git tested on raspberrypi 2019-06-23 00:09:37 -07:00
deoplete-jedi-git version bump 2 commits deoplete-jedi-git, add typeshift submodule, tested on raspberrypi 2019-06-22 23:56:24 -07:00
deoplete-ternjs-git deoplete-ternjs-git fix PKGBUILD to install new autoload directory 2019-01-08 14:36:46 -08:00
nodejs-tern add nodejs-tern-0.24.0-1 2019-05-31 12:49:07 -07:00
nvim-yarp-git version bump 1 commits nvim-yarp-git tested on raspberrypi 2019-05-23 03:36:49 -07:00
python-numpydoc add python-numpydoc 2019-04-29 10:39:51 -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 3 vim-closetag-git commits tested on raspberrypi 2019-02-15 06:54:34 -08:00
vim-dart-plugin-git fix vim-dart-plugin-git 2019-05-23 21:03:39 -07:00
vim-hug-neovim-rpc-git version bump 1 commits vim-hug-neovim-rpc-git tested on raspberrypi 2019-04-08 20:03:27 -07:00
vim-lightline-git version bump 4 commits vim-lightline-git tested on raspberrypi 2019-06-12 12:05:19 -07: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 2 commits vim-youcompleteme-git add .SRCINFO file 2019-06-06 06:27:29 -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>")