This repository is a template for maintaining Arch User Repository (AUR) packages automatically using Renovate. Check out my AUR packages repository to see it working.
Check out the breakdown on my blog for a step-by-step walkthrough. The short version is:
pkgver
updpkgsums
and makepkg --printsrcinfo > .SRCINFO
for each PRAUR_USERNAME
, AUR_EMAIL
and AUR_SSH_PRIVATE_KEY
secrets).PKGBUILD
and .SRCINFO
pkgver=1.2.3 # renovate: datasource=github-tags depName=git/git
All code in this repository is licensed under the MIT license.
See the license
property in each PKGBUILD
for the license under which each package is distributed.