summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:18:59 +0000
committerBioArchLinuxBot2022-10-18 12:18:59 +0000
commit9a4a00acd78f419c0664dd0b44665ba9ec041048 (patch)
treea9da72ce8d68681b9f50213dd351f6eac0780957
parent727bfac7b35d737c52901ccc8e322439e771f2f0 (diff)
downloadaur-9a4a00acd78f419c0664dd0b44665ba9ec041048.tar.gz
[lilac] updated to 2.4.2-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b5890bd470..af4a5cda80bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-pracma
pkgdesc = Practical Numerical Math Functions
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=pracma
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d931229aff0a..f9337b8124fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Thomas Ivesdal-Tronstad <thotro at lyse dot net>
_pkgname=pracma
_pkgver=2.4.2
pkgname=r-${_pkgname,,}
pkgver=2.4.2
-pkgrel=1
+pkgrel=3
pkgdesc='Practical Numerical Math Functions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"