summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-09-23 21:56:26 +0300
committerViktor Drobot2020-09-23 21:56:26 +0300
commit764c3e5fb7b56fe5a37be87690bcc2fa9546d8c0 (patch)
tree39d422e2f85f4b59d56e536b9ac8fcf63b99ffe0
parente380378831e480c4692f530607a90e49a68598ab (diff)
downloadaur-764c3e5fb7b56fe5a37be87690bcc2fa9546d8c0.tar.gz
Update 2.3.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d19acf7e72..9ee32597a850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = r-withr
pkgdesc = Run Code 'With' Temporarily Modified Global State
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://cran.r-project.org/package=withr
arch = any
license = GPL2
license = GPL3
depends = r>=3.2.0
- optdepends = r-testthat
optdepends = r-covr
- optdepends = r-lattice
optdepends = r-dbi
- optdepends = r-rsqlite
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://cran.r-project.org/src/contrib/withr_2.2.0.tar.gz
- md5sums = c741a99379b330e77f140a8c28268144
+ optdepends = r-rsqlite
+ optdepends = r-testthat
+ source = https://cran.r-project.org/src/contrib/withr_2.3.0.tar.gz
+ sha256sums = 2cc03c9947d424717e94f301a0ab7d97eb2079eea5c6a0a3cdf2da32aedc67a0
pkgname = r-withr
diff --git a/PKGBUILD b/PKGBUILD
index 504b60b96869..ed64f9e4559d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=withr
-_cranver=2.2.0
+_cranver=2.3.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,9 +11,9 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=('r>=3.2.0')
-optdepends=(r-testthat r-covr r-lattice r-dbi r-rsqlite r-knitr r-rmarkdown)
+optdepends=(r-covr r-dbi r-knitr r-rmarkdown r-rsqlite r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('c741a99379b330e77f140a8c28268144')
+sha256sums=('2cc03c9947d424717e94f301a0ab7d97eb2079eea5c6a0a3cdf2da32aedc67a0')
build() {
cd "${srcdir}"