mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 12:16:58 +01:00
Version fix
This commit is contained in:
parent
da7391b77d
commit
aea6974ea3
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue