R-cran-*: fix update where version contains dash
This commit is contained in:
parent
a6c97c9470
commit
02c8cfec9b
4 changed files with 4 additions and 1 deletions
1
srcpkgs/R-cran-RColorBrewer/update
Normal file
1
srcpkgs/R-cran-RColorBrewer/update
Normal file
|
@ -0,0 +1 @@
|
|||
version=${version//r/.}
|
1
srcpkgs/R-cran-colorspace/update
Normal file
1
srcpkgs/R-cran-colorspace/update
Normal file
|
@ -0,0 +1 @@
|
|||
version=${version//r/.}
|
1
srcpkgs/R-cran-dichromat/update
Normal file
1
srcpkgs/R-cran-dichromat/update
Normal file
|
@ -0,0 +1 @@
|
|||
version=${version//r/.}
|
|
@ -1 +1 @@
|
|||
version=${version//r/-}
|
||||
version=${version//r/.}
|
||||
|
|
Loading…
Reference in a new issue