summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:45:50 +0000
committerBioArchLinuxBot2022-10-18 12:45:50 +0000
commitad6c82f8eb6ec2bd50b188e57675c17388fa124b (patch)
treecdc7cb5818fb7b581816127d8e93650695a881e3
parent176a448a5db28f63b207298ad9fbc130cfcf27ab (diff)
downloadaur-ad6c82f8eb6ec2bd50b188e57675c17388fa124b.tar.gz
[lilac] updated to 2.1.1-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed1d825bd16e..3df6ae144cb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-mnormt
pkgdesc = The Multivariate Normal and t Distributions, and Their Truncated Versions
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=mnormt
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cb1f1bad4655..e7503949d046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,13 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: frichtlm <frichtlm@gmail.com>
_pkgname=mnormt
_pkgver=2.1.1
pkgname=r-${_pkgname,,}
pkgver=2.1.1
-pkgrel=1
+pkgrel=3
pkgdesc='The Multivariate Normal and t Distributions, and Their Truncated Versions'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"