summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-10-02 19:22:48 +0300
committerViktor Drobot2020-10-02 19:22:48 +0300
commit6bd68d542766e7efc9dcdacb91c6de1c98c1d636 (patch)
treee8563359c22a9cc25a13348c1a47701e644c77c3 /PKGBUILD
parenta101311eb6830774c5dad4e3acca459e45b2e3f4 (diff)
downloadaur-6bd68d542766e7efc9dcdacb91c6de1c98c1d636.tar.gz
Update 3.0-0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 763bb4f97b04..0ee8faf2e198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=sandwich
-_cranver=2.5-1
+_cranver=3.0-0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,10 +9,10 @@ pkgdesc="Robust Covariance Matrix Estimators"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=2.10.0' r-zoo)
+depends=('r>=3.0.0' r-zoo)
optdepends=(r-aer r-car r-geepack r-lmtest r-multiwayvcov r-pcse r-plm r-pscl r-scatterplot3d r-strucchange)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('543e51613620ed2cab375911c3611633')
+sha256sums=('828fe53b5e09db5015efd529b2db4dcd40251bce110fea7b0b219fa9ac36d529')
build() {
cd "${srcdir}"