moving zandronum-dev to zandronum-hg

This commit is contained in:
brent s
2016-09-13 15:45:56 -04:00
parent 2535fe25ea
commit 4b0b1e7653
9 changed files with 13 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
pkgver() {
cd "${pkgname}"
cd "${_pkgname}"
printf "r%s" "$(bzr revno)"
}

View File

@@ -1,4 +1,4 @@
pkgver() {
cd "${pkgname}"
cd "${_pkgname}"
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}

View File

@@ -1,5 +1,5 @@
pkgver() {
cd "${pkgname}"
cd "${_pkgname}"
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}