summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-07-12 18:53:45 +0300
committerViktor Drobot2020-07-12 18:53:45 +0300
commit112ab8ee6a0fa9dc0ccefc562fc103a1787f9cec (patch)
treeda61dae4cffed02f54936e12646a4ff211606a0d /PKGBUILD
parent7ebfc3bcbf4d9adc1727064c27290dae9ea6cdad (diff)
downloadaur-112ab8ee6a0fa9dc0ccefc562fc103a1787f9cec.tar.gz
Update 0.99.37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e787fc96bf9e..2f5a572126a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=DescTools
-_cranver=0.99.36
+_cranver=0.99.37
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,11 +9,11 @@ pkgdesc="Tools for Descriptive Statistics"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=3.6.0' r-mvtnorm r-expm 'r-rcpp>=0.12.10' r-rstudioapi r-bh)
+depends=('r>=3.6.0' r-mvtnorm r-expm 'r-rcpp>=0.12.10' r-rstudioapi r-exact r-bh)
makedepends=('gcc>=4.8')
optdepends=(r-vgam r-r.rsp)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('63fbc033f0be7f6eacfe07f899e731d7')
+md5sums=('0b7d4624069ab10a0ad14d4b7a8095cf')
build() {
cd "${srcdir}"