upgpkg: unvpk-git r108.1f1f44f-2

formatting
This commit is contained in:
Giovanni Harting 2024-06-03 20:24:43 +02:00
parent 43cc8c79a9
commit a3842d5434
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = unvpk-git
pkgdesc = Extract Valve VPK archives
pkgver = r108.1f1f44f
pkgrel = 1
pkgrel = 2
url = https://github.com/panzi/unvpk
arch = x86_64
license = LGPL-2.1-or-later
@ -14,7 +14,7 @@ pkgbase = unvpk-git
depends = boost-libs
provides = unvpk
conflicts = unvpk
source = unvpk::git+https://github.com/panzi/unvpk.git
source = git+https://github.com/panzi/unvpk.git
b2sums = SKIP
pkgname = unvpk-git

View File

@ -2,7 +2,7 @@
pkgname=unvpk-git
pkgver=r108.1f1f44f
pkgrel=1
pkgrel=2
pkgdesc='Extract Valve VPK archives'
arch=(x86_64)
url='https://github.com/panzi/unvpk'
@ -11,11 +11,11 @@ depends=(glibc gcc-libs fuse boost-libs)
makedepends=(git cmake boost)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("unvpk::git+$url.git")
b2sums=(SKIP)
source=("git+$url.git")
b2sums=('SKIP')
pkgver() {
cd $srcdir/${pkgname%-git}
cd ${pkgname%-git}
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}