@eshanized updated the repository 🎉

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-28 15:16:05 +05:30
parent 55b4de0899
commit 5af0623d5e

View File

@@ -15,4 +15,9 @@ depends=(
'virtualbox-guest-utils'
)
conflicts=()
replaces=()
replaces=()
pkgver() {
# cd "$srcdir/$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}