summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:05:26 +0000
committerBioArchLinuxBot2022-10-18 12:05:26 +0000
commite2edd99bfd2ba46487e06a50f73b50d2aa6dbafe (patch)
treec6b8f9996231bab1329d111d10d20eb3824295b2
parent0d2b934d9923ec886c7180e7199c5497424a8b20 (diff)
downloadaur-e2edd99bfd2ba46487e06a50f73b50d2aa6dbafe.tar.gz
[lilac] updated to 2021.1-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3efe31ab86ea..91d6d829ac3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-squarem
pkgdesc = Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms
pkgver = 2021.1
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=SQUAREM
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c405d5de95f1..1730578adfda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=SQUAREM
_pkgver=2021.1
pkgname=r-${_pkgname,,}
pkgver=2021.1
-pkgrel=4
+pkgrel=10
pkgdesc='Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"