summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-03-25 23:17:01 +0300
committerViktor Drobot2021-03-25 23:17:01 +0300
commit0ba486aa223272d839793f3e1ce0328125778dbc (patch)
treea2fbaedb561ebb4a5d1bc71d56e6a3e85ea18378 /PKGBUILD
parent9eeae04e498ce27a958e73cce5cfaf03dd7df796 (diff)
downloadaur-0ba486aa223272d839793f3e1ce0328125778dbc.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 22e614ddc21e..8e0265cffeac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=sfsmisc
-_cranver=1.1-8
+_cranver=1.1-9
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,10 +11,10 @@ pkgdesc="Utilities from 'Seminar fuer Statistik' ETH Zurich"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=3.2.0')
+depends=('r>=3.3.0')
optdepends=(r-cluster r-lokern)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('b6556af5f807f0769489657a676422cb0734f3d6c918543d2989ef17febc1fa5')
+sha256sums=('d4df6cfd6287944bd59330004aee8b2891475ad2559850284e4edb3ef87af5e7')
build() {
cd "${srcdir}"