From 5af0623d5ee01916418bbefe171d97075121a7f7 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 28 Apr 2024 15:16:05 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-virtualbox/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snigdhaos-virtualbox/PKGBUILD b/snigdhaos-virtualbox/PKGBUILD index de5e8df3..13646c08 100644 --- a/snigdhaos-virtualbox/PKGBUILD +++ b/snigdhaos-virtualbox/PKGBUILD @@ -15,4 +15,9 @@ depends=( 'virtualbox-guest-utils' ) conflicts=() -replaces=() \ No newline at end of file +replaces=() + +pkgver() { + # cd "$srcdir/$pkgname" + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} \ No newline at end of file