diff options
author | Csonka Mihaly | 2019-05-02 20:03:15 +0200 |
---|---|---|
committer | Csonka Mihaly | 2019-05-02 20:03:15 +0200 |
commit | 2ae85e0c4a47b2dde52631f80bbb7cb9f4afffab (patch) | |
tree | f8b28412fe3a9a19ec2624839a3f27aa3ddb3f46 | |
parent | b48320c7a6e39b56bf537a30f3c0d11de3038b38 (diff) | |
download | aur-2ae85e0c4a47b2dde52631f80bbb7cb9f4afffab.tar.gz |
Bump version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ pkgbase = r-devtools optdepends = r-rversions optdepends = r-covr optdepends = r-gmailr - source = https://cran.r-project.org/src/contrib/devtools_1.13.6.tar.gz + source = https://cran.r-project.org/src/contrib/Archive/devtools/devtools_1.13.6.tar.gz md5sums = c63960650be0465e9f36b009f53fb620 pkgname = r-devtools @@ -15,7 +15,7 @@ depends=('r' 'r-httr>=0.4' 'r-memoise>=1.0.0' 'r-whisker' 'r-digest' 'r-rstudioa optdepends=('r-curl' 'r-crayon' 'r-testthat' 'r-biocinstaller' 'r-rcpp' 'r-rmarkdown' 'r-knitr' 'r-hunspell' 'r-lintr' 'r-bitops' 'r-roxygen2' 'r-evaluate' 'r-rversions' 'r-covr' 'r-gmailr') -source=("https://cran.r-project.org/src/contrib/${_pkgtar}") +source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}") md5sums=('c63960650be0465e9f36b009f53fb620') build(){ |