fix: PKGBUILD pkgver was still pinned to 0.2.6
All checks were successful
CI / test (push) Successful in 9m41s
All checks were successful
CI / test (push) Successful in 9m41s
grep for the version bump missed this file since it has no extension. makepkg pulls sources from the tag named after pkgver, so Arch builds were still fetching v0.2.6 despite main/the v0.2.7 tag being current. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
0ab59ad7c3
commit
e4514028ef
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=vcom
|
pkgname=vcom
|
||||||
pkgver=0.2.6
|
pkgver=0.2.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Terminal file manager inspired by Midnight Commander"
|
pkgdesc="Terminal file manager inspired by Midnight Commander"
|
||||||
arch=("x86_64" "aarch64")
|
arch=("x86_64" "aarch64")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue