summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-06-28 11:50:00 +0300
committerViktor Drobot2020-06-28 11:50:00 +0300
commitb361f075453facecf9b0fb6c9d8a33a11433a6a2 (patch)
treeb6267da77883156043a3fe8f88416d769bf186b3 /PKGBUILD
parent2bea32f59306c82d1983f6fdc1bf0014194d3b14 (diff)
downloadaur-b361f075453facecf9b0fb6c9d8a33a11433a6a2.tar.gz
Update 7.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b5faba9937b..44ead50be966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=roxygen2
-_cranver=7.1.0
+_cranver=7.1.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=('r>=3.2' r-brew r-commonmark 'r-desc>=1.2.0' r-digest r-knitr 'r-pkgloa
makedepends=(gcc)
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=('5de172eee2223d402fbc4f71fe345185')
+md5sums=('cca1a6b60fe12b26b76b7b88a13eeef2')
build() {
cd "${srcdir}"