summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:16:48 +0000
committerBioArchLinuxBot2022-10-18 12:16:48 +0000
commitfdf384f2e5195a4b2e643383999b6dbf8269cf7b (patch)
tree6407de745cf4e3ca078e98e904fe5d3a12fce44c
parent36a30693be21d69169687202947f49d0afb0909d (diff)
downloadaur-fdf384f2e5195a4b2e643383999b6dbf8269cf7b.tar.gz
[lilac] updated to 1.4.1-9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bfca4e8e47b..f853ff3035c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-polynom
pkgdesc = A Collection of Functions to Implement a Class for Univariate Polynomial Manipulations
pkgver = 1.4.1
- pkgrel = 3
+ pkgrel = 9
url = https://cran.r-project.org/package=polynom
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fe69c1ca88b3..db4e6d81ca73 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=polynom
_pkgver=1.4-1
pkgname=r-${_pkgname,,}
pkgver=1.4.1
-pkgrel=3
+pkgrel=9
pkgdesc='A Collection of Functions to Implement a Class for Univariate Polynomial Manipulations'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"