From 394a2eb12ad3159fb2e5e27acbf9484b561ba75a Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 26 Jul 2026 09:31:51 +0200 Subject: [PATCH] Add .autoupdate manifest; restore pkgver corrupted by a failed CI run The nightly job wrote pkgver="" after its version query 404'd, taking the sha256 of a zero-byte download with it. Restores 1.3.0 as the baseline; the autoupdater takes it to 1.4.0 from there. --- .autoupdate | 6 ++++++ PKGBUILD | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .autoupdate diff --git a/.autoupdate b/.autoupdate new file mode 100644 index 0000000..832ba7b --- /dev/null +++ b/.autoupdate @@ -0,0 +1,6 @@ +# Autoupdater manifest - consumed by aur/.autoupdate +srchost="gitea" +srcmntr="source" +srcname="pman" +verstrip="" +gui="false" diff --git a/PKGBUILD b/PKGBUILD index 9fcc141..60782d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname="pman" pkgname="${_pkgname}-helper" -pkgver="" +pkgver="1.3.0" pkgrel="3" pkgdesc="A pacman helper script, because you forget all the stupid flags" url="https://git.bjphoster.com/source/${_pkgname}"