summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:19:48 +0000
committerBioArchLinuxBot2022-10-18 12:19:48 +0000
commit38efd71557663fcb90595f287405a67d71aabe28 (patch)
treeecf66fccbe449b7ea8e8a485f5a72b890e3222ec
parent579b4f30e1bac9b7dc37312a96e209eb1aba6104 (diff)
downloadaur-38efd71557663fcb90595f287405a67d71aabe28.tar.gz
[lilac] updated to 1.4.37-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963a5f995a2d..071b34171e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-statmod
pkgdesc = Statistical Modeling
pkgver = 1.4.37
- pkgrel = 1
+ pkgrel = 6
url = https://cran.r-project.org/package=statmod
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a04fc6f47a67..6a799d6c8453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=statmod
_pkgver=1.4.37
pkgname=r-${_pkgname,,}
pkgver=1.4.37
-pkgrel=1
+pkgrel=6
pkgdesc='Statistical Modeling'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"