summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-10-02 19:22:48 +0300
committerViktor Drobot2020-10-02 19:22:48 +0300
commit6bd68d542766e7efc9dcdacb91c6de1c98c1d636 (patch)
treee8563359c22a9cc25a13348c1a47701e644c77c3
parenta101311eb6830774c5dad4e3acca459e45b2e3f4 (diff)
downloadaur-6bd68d542766e7efc9dcdacb91c6de1c98c1d636.tar.gz
Update 3.0-0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55aef1e18081..50a077e12590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-sandwich
pkgdesc = Robust Covariance Matrix Estimators
- pkgver = 2.5.1
+ pkgver = 3.0.0
pkgrel = 1
url = https://cran.r-project.org/package=sandwich
arch = any
license = GPL2
license = GPL3
- depends = r>=2.10.0
+ depends = r>=3.0.0
depends = r-zoo
optdepends = r-aer
optdepends = r-car
@@ -18,8 +18,8 @@ pkgbase = r-sandwich
optdepends = r-pscl
optdepends = r-scatterplot3d
optdepends = r-strucchange
- source = https://cran.r-project.org/src/contrib/sandwich_2.5-1.tar.gz
- md5sums = 543e51613620ed2cab375911c3611633
+ source = https://cran.r-project.org/src/contrib/sandwich_3.0-0.tar.gz
+ sha256sums = 828fe53b5e09db5015efd529b2db4dcd40251bce110fea7b0b219fa9ac36d529
pkgname = r-sandwich
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}"