5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
pkgver() {
|
|
cd "${pkgname}"
|
|
printf "r%s" "$(bzr revno)"
|
|
}
|