summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-02 20:04:18 +0200
committerCsonka Mihaly2019-05-02 20:04:18 +0200
commitcb8bde8818a42f421552a3953465cd796cf03f67 (patch)
tree5836019aef6b7fe950c5c26bfbc276b5518c43bd
parent229e04382e9a3e150d717502282d6ba4fd58ce43 (diff)
downloadaur-cb8bde8818a42f421552a3953465cd796cf03f67.tar.gz
Bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a864bc448292..923315b8f16b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = r-rmarkdown
optdepends = r-digest
optdepends = r-dygraphs
optdepends = r-tibble
- source = https://cran.r-project.org/src/contrib/rmarkdown_1.10.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/rmarkdown/rmarkdown_1.10.tar.gz
md5sums = 1c923705dc968e04455b72723bd9fdb1
pkgname = r-rmarkdown
diff --git a/PKGBUILD b/PKGBUILD
index 6401d3d3cbfe..9b3fa1967b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('r' 'r-knitr>=1.18' 'r-yaml>=2.1.5' 'r-htmltools>=0.3.5' 'r-evaluate>=0
optdepends=('pandoc' 'r-shiny' 'r-tufte' 'r-testthat' 'r-digest' 'r-dygraphs' 'r-tibble')
-source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
md5sums=('1c923705dc968e04455b72723bd9fdb1')
build(){