From 5a5a972ac49560fbaea6565f246c11c488ae3830 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Tue, 24 Dec 2024 03:25:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20me=20as=20contributor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snigdhaos-system-installation/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/snigdhaos-system-installation/PKGBUILD b/snigdhaos-system-installation/PKGBUILD index 651ec9d8..4b28b5c6 100644 --- a/snigdhaos-system-installation/PKGBUILD +++ b/snigdhaos-system-installation/PKGBUILD @@ -1,4 +1,5 @@ # Maintainer: Eshan Roy +# Contributor: [Contributor Name] <[Contributor Email]> pkgname=snigdhaos-system-installation org=Snigdha-OS @@ -22,8 +23,8 @@ sha256sums=('SKIP') install="${pkgname}.install" pkgver() { - # cd "$srcdir/$pkgname" - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + # cd "$srcdir/$pkgname" + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { @@ -38,4 +39,4 @@ package() { install -dm755 "$pkgdir$_destname3" cp -r "$srcdir/$pkgname/$_destname3/"* "$pkgdir/$_destname3" -} \ No newline at end of file +}