Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fsmaxb/pkgbuilds
- Owner: FSMaxB
- Created: 2015-01-22T09:44:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T20:28:44.000Z (11 months ago)
- Last Synced: 2024-10-14T17:23:16.299Z (3 months ago)
- Topics: archlinux, aur, linux, packages, pkgbuild, pkgbuild-files
- Language: Shell
- Size: 518 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`