/pkgbuild

📦 Packages for my software on Arch Linux

Primary LanguageShell

PKGBUILDs for my Arch Linux packages

Packages

Building

Before deploying a new release, the PKGBUILD and .SRCINFO need to be updated.

  • Update the PKGBUILD with the new package version and checksums
  • Run makepkg --printsrcinfo > .SRCINFO
  • Run git push to deploy, as usual