@eshanized updated the repository 🎉

This commit is contained in:
eshanized
2024-04-15 21:59:13 +05:30
parent 4bc50252be
commit b8034917f2

View File

@@ -11,4 +11,8 @@ depends=(
)
source=(
"$pkgname.tar.gz"
)
)
pkgver(){
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}