Difference between revisions of "Translations:VCS PKGBUILD Guidelines/26/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "==== Подверсия ==== {{hc|<nowiki>pkgver() { cd "$srcdir/repo" local ver="$(svnversion)" printf "r%s" "${ver//alpha:}" }</nowiki>| r8546 }}") |
(No difference)
|
Latest revision as of 04:43, 1 March 2023
Подверсия
pkgver() {
cd "$srcdir/repo"
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}
r8546