Translations:VCS PKGBUILD Guidelines/29/en

Bazaar

pkgver() {
  cd "$srcdir/repo"
  printf "r%s" "$(bzr revno)"
}
r830