summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-09-07 21:21:03 +0300
committerViktor Drobot2020-09-07 21:21:03 +0300
commited509a97a955738795475c2a3441d55d0f3cb153 (patch)
treebcc2df2745b4e58597417d07e872b931c46422fa /PKGBUILD
parent112ab8ee6a0fa9dc0ccefc562fc103a1787f9cec (diff)
downloadaur-ed509a97a955738795475c2a3441d55d0f3cb153.tar.gz
Update 0.99.38
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f5a572126a3..892cef9ee7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=DescTools
-_cranver=0.99.37
+_cranver=0.99.38
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,11 +9,10 @@ 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-exact r-bh)
-makedepends=('gcc>=4.8')
+depends=('r>=3.6.0' r-mvtnorm r-expm 'r-rcpp>=0.12.10' r-rstudioapi r-exact r-gld r-bh)
optdepends=(r-vgam r-r.rsp)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('0b7d4624069ab10a0ad14d4b7a8095cf')
+sha256sums=('bd8edce64a8f9e295611959295b85cf8d7bbf915093158016169bd334e0e1104')
build() {
cd "${srcdir}"