diff --git a/common/snigdhaos-powershell/PKGBUILD b/common/snigdhaos-powershell/PKGBUILD index 8a672283..804b5619 100644 --- a/common/snigdhaos-powershell/PKGBUILD +++ b/common/snigdhaos-powershell/PKGBUILD @@ -11,4 +11,8 @@ depends=( ) source=( "$pkgname.tar.gz" -) \ No newline at end of file +) + +pkgver(){ + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} \ No newline at end of file