Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ire4ever1190/pkgbuild-updater
Automatic PKGBUILD updater script which fetches the new version and then pushes the update
https://github.com/ire4ever1190/pkgbuild-updater
Last synced: 11 days ago
JSON representation
Automatic PKGBUILD updater script which fetches the new version and then pushes the update
- Host: GitHub
- URL: https://github.com/ire4ever1190/pkgbuild-updater
- Owner: ire4ever1190
- License: mit
- Created: 2023-06-22T02:09:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-06T09:53:24.000Z (3 months ago)
- Last Synced: 2024-08-06T11:46:20.606Z (3 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Very basic script to update PKGBUILD files. My main usecase is updating the PKGBUILD files I maintain in the AUR.
#### Features
- Automatically finding latest version for package (Only supports github atm)
- Updates `pkgrel` if the version doesn't change but there are changes
- Doesn't do anything if there are no changes
- Automatically makes a commit message with the changes#### Usage
Usage is just
```sh
pkgbuild-updater
git push
```#### Installation
Install the [pkgbuild-updater](https://aur.archlinux.org/packages/pkgbuild-updater) package from the AUR.
If installing manually for some reason, this requires
- `jq`
- `pacman-contrib`