upgpkg: unvpk-git r108.1f1f44f-2
formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = unvpk-git
|
pkgbase = unvpk-git
|
||||||
pkgdesc = Extract Valve VPK archives
|
pkgdesc = Extract Valve VPK archives
|
||||||
pkgver = r108.1f1f44f
|
pkgver = r108.1f1f44f
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/panzi/unvpk
|
url = https://github.com/panzi/unvpk
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL-2.1-or-later
|
license = LGPL-2.1-or-later
|
||||||
@@ -14,7 +14,7 @@ pkgbase = unvpk-git
|
|||||||
depends = boost-libs
|
depends = boost-libs
|
||||||
provides = unvpk
|
provides = unvpk
|
||||||
conflicts = unvpk
|
conflicts = unvpk
|
||||||
source = unvpk::git+https://github.com/panzi/unvpk.git
|
source = git+https://github.com/panzi/unvpk.git
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = unvpk-git
|
pkgname = unvpk-git
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=unvpk-git
|
pkgname=unvpk-git
|
||||||
pkgver=r108.1f1f44f
|
pkgver=r108.1f1f44f
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Extract Valve VPK archives'
|
pkgdesc='Extract Valve VPK archives'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://github.com/panzi/unvpk'
|
url='https://github.com/panzi/unvpk'
|
||||||
@@ -11,11 +11,11 @@ depends=(glibc gcc-libs fuse boost-libs)
|
|||||||
makedepends=(git cmake boost)
|
makedepends=(git cmake boost)
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
source=("unvpk::git+$url.git")
|
source=("git+$url.git")
|
||||||
b2sums=(SKIP)
|
b2sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $srcdir/${pkgname%-git}
|
cd ${pkgname%-git}
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user