summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:30:39 +0000
committerBioArchLinuxBot2022-10-18 12:30:39 +0000
commitf9a4cc9895eea196a038dd8493661e0075b6fabb (patch)
tree00422d585236fc2e42ec0f8acb4a45e693ff40a4
parentf96e4c8fe864bfbd6ec8bb30eaf3d6b3306a4c4c (diff)
downloadaur-f9a4cc9895eea196a038dd8493661e0075b6fabb.tar.gz
[lilac] updated to 3.0.2-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b5fec77017..3f20e7e23b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-sandwich
pkgdesc = Robust Covariance Matrix Estimators
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=sandwich
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d402590ccb75..fa294dbfc9b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=sandwich
_pkgver=3.0-2
pkgname=r-${_pkgname,,}
pkgver=3.0.2
-pkgrel=1
+pkgrel=4
pkgdesc='Robust Covariance Matrix Estimators'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"