summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-16 10:49:00 +0000
committerBioArchLinuxBot2022-08-16 10:49:00 +0000
commit05d5d53b8dc5ff3b5efb101ce8486b6c92d9b908 (patch)
treeefbac1276cc2ca38c26408e2a35bda5bc5c5020e
parent44765f04a943cee7e76e3b211e74ded9e784b682 (diff)
downloadaur-05d5d53b8dc5ff3b5efb101ce8486b6c92d9b908.tar.gz
[lilac] updated to 1.33-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42cca4cdf6c6..e8cff98eb8f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-desolve
pkgdesc = Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')
pkgver = 1.33
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=deSolve
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fffd45fb7e4c..cc3751312923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,10 @@
# 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: Grey Christoforo <first name at last name dot net>
+
_pkgname=deSolve
_pkgver=1.33
pkgname=r-${_pkgname,,}
pkgver=1.33
-pkgrel=1
+pkgrel=2
pkgdesc="Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"