Version fix

This commit is contained in:
Matheus Gabriel Werny 2025-03-05 08:16:22 +01:00
parent da7391b77d
commit aea6974ea3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = soci-git
pkgdesc = C++ database access library.
pkgver = 4.0.1_844_g1a634431
pkgver = v4.0.1_844_g1a634431
pkgrel = 1
url = https://github.com/SOCI/soci
arch = x86_64

View file

@ -13,7 +13,7 @@ readonly _pkgname="soci"
declare -r _tag="1a634431bd186c855c1dc53f9cdb48a36a44142f"
pkgname="soci-git"
pkgver="4.0.1_844_g1a634431"
pkgver="v4.0.1_844_g1a634431"
pkgrel="1"
pkgdesc="C++ database access library."
arch=("x86_64")