https://github.com/arusahni/aur-git-req
AUR package for git-req
https://github.com/arusahni/aur-git-req
aur aur-packages git hacktoberfest
Last synced: 3 months ago
JSON representation
AUR package for git-req
- Host: GitHub
- URL: https://github.com/arusahni/aur-git-req
- Owner: arusahni
- License: mit
- Created: 2020-03-04T02:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T13:31:41.000Z (over 2 years ago)
- Last Synced: 2024-12-30T08:24:00.110Z (9 months ago)
- Topics: aur, aur-packages, git, hacktoberfest
- Language: Shell
- Homepage: https://arusahni.github.io/git-req
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-req AUR package
[The `git-req` source is here](https://github.com/arusahni/git-req).
## Repo Recipes
#### Add the AUR repo (assuming this repo is cloned)
```bash
git remote add aur ssh://aur@aur.archlinux.org/git-req.git
git fetch aur
```#### Bumping the app version
1. Set `pkgver` in the `PKGBUILD`
2. Get the new sha256sums: `makepkg -g`
3. Update the `sha256sums` line in the `PKGBUILD`
4. Test by running `makepkg`
5. Update the `.SRCINFO` file: `makepkg --printsrcinfo > .SRCINFO`
6. Add and commit the `PKGBUILD` and `.SRCINFO` files
7. Push to GitHub and AUR: `git push && git push aur master`