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