Update version in PKGBUILD
This commit is contained in:
parent
ab88370891
commit
695a9bcdf4
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_pkgname=VNTools
|
_pkgname=VNTools
|
||||||
pkgname=vntools-git
|
pkgname=vntools-git
|
||||||
pkgver=2.0.e5bf961
|
pkgver=2.1.ab883708
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Collection of tools used by VienDesu! Porting Team"
|
pkgdesc="Collection of tools used by VienDesu! Porting Team"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
@ -16,7 +16,7 @@ sha256sums=("SKIP")
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_pkgname}"
|
cd "${srcdir}/${_pkgname}"
|
||||||
printf "2.0.%s" "$(git rev-parse --short HEAD)"
|
printf "2.1.%s" "$(git rev-parse --short HEAD)"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue