From d0aeb5ad7836bb93d8e72703525dc07727330c11 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 28 Apr 2024 15:59:21 +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-gtk-theme/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snigdhaos-gtk-theme/PKGBUILD b/snigdhaos-gtk-theme/PKGBUILD index 0902cb8d..87422342 100644 --- a/snigdhaos-gtk-theme/PKGBUILD +++ b/snigdhaos-gtk-theme/PKGBUILD @@ -11,7 +11,7 @@ source=("$pkgname.zip") sha256sums=('SKIP') pkgver() { - # cd "${srcdir}"/"${pkgdir}" || exit + cd "${srcdir}"/"${pkgdir}" || exit printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }