Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fsmaxb/pkgbuilds

All my PKGBUILDs for Archlinux, including AUR packages.
https://github.com/fsmaxb/pkgbuilds

archlinux aur linux packages pkgbuild pkgbuild-files

Last synced: about 2 months ago
JSON representation

All my PKGBUILDs for Archlinux, including AUR packages.

Awesome Lists containing this project

README

        

PKGBUILDs
=========

How to update AUR packages
--------------------------
1. `git subtree pull --prefix AUR/ master`
2. Update the package
3. Build with `makepkg`
4. Generate `.SRCINFO` using `makepkg --printsrcinfo > .SRCINFO`
5. Commit.
6. `git subtree push --prefix AUR/ master`