Update a PKGBUILD
file by guessing the latest version number and finding the latest git tag and hash online.
This utility is a bit experimental and needs a version 2 that can improve the detection and hash sum generation. Perhaps by using LLMs.
go get -u github.com/xyproto/guessica/cmd/guessica
guessica PKGBUILD
guessica -i PKGBUILD
The pkgver
and source
arrays will be guessed by searching the project webpage as defined by the url
. For for projects on GitHub, github.com
may also be visited.
- Version: 1.1.2
- License: BSD-3
- Author: Alexander F. Rødseth <xyproto@archlinux.org>