summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-09-18 18:31:48 +0300
committerViktor Drobot2021-09-18 18:31:48 +0300
commitd9d71a29849b88c43a53c015f951323dd2039101 (patch)
treee4e54eccb7406dcee244d77b7b8297df3363396f /PKGBUILD
parent840e6c2a4f47b2e442b040d1c845c2b21ed801b2 (diff)
downloadaur-d9d71a29849b88c43a53c015f951323dd2039101.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 633899cd2c76..2bd99da9f02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
_cranname=ISLR
-_cranver=1.2
+_cranver=1.4
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,9 +10,9 @@ pkgdesc="Data for an Introduction to Statistical Learning with Applications in R
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2)
-depends=('r>=2.10')
+depends=('r>=3.5.0')
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('3d2e50066c9fd712ebe9a7d6559c3194')
+sha256sums=('7151c636808198ee759cbcf22f82a7aa76580fb8d11e4cd67f69f85401c820c3')
build() {
cd "${srcdir}"