summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73e44e335e38..bf946b754f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sauliusl <luksaulius at gmail>
_cranname=caTools
-_cranver=1.18.0
+_cranver=1.18.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,9 +11,9 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
depends=('r>=3.6.0' r-bitops)
-makedepends=(gcc)
+optdepends=(r-rpart)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('3327465ba016d4f85f69d652021c9355')
+sha256sums=('ffeba4ffbeed5d491bf79b1fde3477f413341e412f77316af20439f54447c9f9')
build() {
cd "${srcdir}"