2017-12-25 18:08:01 -08:00
|
|
|
### Where are we Dorothy?
|
2019-01-08 15:03:43 -08:00
|
|
|
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.
|
2017-12-25 18:08:01 -08:00
|
|
|
|
2019-05-23 20:11:57 -07:00
|
|
|
Additionally, I have some PKGBUILDS here merely so I can track their updates
|
|
|
|
with my own scripts.
|
|
|
|
|
2017-12-25 18:08:01 -08:00
|
|
|
### Live Git PKGBUILD tip
|
|
|
|
If you want to modify a PKGBUILDS to pull a particular commit, you can edit
|
|
|
|
the source like so.
|
|
|
|
|
|
|
|
```conf
|
|
|
|
# source=("${_name}::${url//https/git}")
|
2018-06-07 23:48:01 -07:00
|
|
|
source=("${_name}::${url//https/git}#commit=<commit_hash>")
|
2017-12-25 18:08:01 -08:00
|
|
|
```
|