Manjaro Translations:VCS PKGBUILD Guidelines/26/ru

Translations:VCS PKGBUILD Guidelines/26/ru

From Manjaro
Revision as of 04:43, 1 March 2023 by Krotesk (talk | contribs) (Created page with "==== Подверсия ==== {{hc|<nowiki>pkgver() { cd "$srcdir/repo" local ver="$(svnversion)" printf "r%s" "${ver//alpha:}" }</nowiki>| r8546 }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Подверсия

pkgver() {
  cd "$srcdir/repo"
  local ver="$(svnversion)"
  printf "r%s" "${ver//[[:alpha:]]}"
}
r8546
Cookies help us deliver our services. By using our services, you agree to our use of cookies.