diff options
author | Viktor Drobot | 2021-09-18 18:31:48 +0300 |
---|---|---|
committer | Viktor Drobot | 2021-09-18 18:31:48 +0300 |
commit | d9d71a29849b88c43a53c015f951323dd2039101 (patch) | |
tree | e4e54eccb7406dcee244d77b7b8297df3363396f /PKGBUILD | |
parent | 840e6c2a4f47b2e442b040d1c845c2b21ed801b2 (diff) | |
download | aur-d9d71a29849b88c43a53c015f951323dd2039101.tar.gz |
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |