summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-06-03 20:45:38 +0300
committerViktor Drobot2020-06-03 20:45:38 +0300
commite03676ea620eadb0c770ded049b36b0f5bcd76da (patch)
tree60366b450d0828c893f4ff354a2e53aeb850fcc2 /PKGBUILD
parentcd67cb482cb710dd9f6060c5ec12ef5225c07d63 (diff)
downloadaur-e03676ea620eadb0c770ded049b36b0f5bcd76da.tar.gz
Update 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bc996d8eced..b8835a923a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=pkgload
-_cranver=1.0.2
+_cranver=1.1.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,11 +9,11 @@ pkgdesc="Simulate Package Installation and Attach"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
-depends=(r r-desc r-pkgbuild r-rlang r-rprojroot r-rstudioapi r-withr)
+depends=(r r-cli r-crayon r-desc r-pkgbuild r-rlang r-rprojroot r-rstudioapi r-withr)
makedepends=(gcc)
optdepends=(r-bitops r-covr r-rcpp r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('922a6338a03ba5ae42f9883117d916ba')
+md5sums=('8522b5fdd3fa1d802c3187f10e24ef40')
build() {
cd "${srcdir}"