Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`