summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-03-12 15:24:27 +0300
committerViktor Drobot2020-03-12 15:24:27 +0300
commit2bea32f59306c82d1983f6fdc1bf0014194d3b14 (patch)
tree27cdb55c5a53bafa25a45c558497396cee1f70da /PKGBUILD
parent2d23923b7fba7b95923ccb52b825478bec74fe5e (diff)
downloadaur-2bea32f59306c82d1983f6fdc1bf0014194d3b14.tar.gz
Update 7.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ba409e4b710..4b5faba9937b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=roxygen2
-_cranver=7.0.2
+_cranver=7.1.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,11 +10,11 @@ pkgdesc="In-Line Documentation for R"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=3.2' r-brew r-commonmark 'r-desc>=1.2.0' r-digest 'r-pkgload>=1.0.2' 'r-purrr>=0.3.3' 'r-r6>=2.1.2' 'r-rcpp>=0.11.0' r-rlang r-stringi 'r-stringr>=1.0.0' r-xml2)
+depends=('r>=3.2' r-brew r-commonmark 'r-desc>=1.2.0' r-digest r-knitr 'r-pkgload>=1.0.2' 'r-purrr>=0.3.3' 'r-r6>=2.1.2' 'r-rcpp>=0.11.0' r-rlang r-stringi 'r-stringr>=1.0.0' r-xml2)
makedepends=(gcc)
-optdepends=(r-covr r-devtools r-knitr r-rmarkdown r-testthat r-r.methodss3 r-r.oo)
+optdepends=(r-covr r-devtools r-rmarkdown r-testthat r-r.methodss3 r-r.oo)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('95a793d446f18c00d2e885b2a0d289ea')
+md5sums=('5de172eee2223d402fbc4f71fe345185')
build() {
cd "${srcdir}"