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.
This commit is contained in:
2026-07-26 09:31:51 +02:00
parent 76d2fb3558
commit 394a2eb12a
2 changed files with 7 additions and 1 deletions

View File

@@ -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}"