From 695a9bcdf44f10643c192a8a3e5e081d7434139c Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Thu, 1 May 2025 03:10:03 +0300 Subject: [PATCH] Update version in PKGBUILD --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0c6ef83..f0bb5f2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=VNTools pkgname=vntools-git -pkgver=2.0.e5bf961 +pkgver=2.1.ab883708 pkgrel=1 pkgdesc="Collection of tools used by VienDesu! Porting Team" arch=("any") @@ -16,7 +16,7 @@ sha256sums=("SKIP") pkgver() { cd "${srcdir}/${_pkgname}" - printf "2.0.%s" "$(git rev-parse --short HEAD)" + printf "2.1.%s" "$(git rev-parse --short HEAD)" } build() {