summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 01:50:56 +0000
committerBioArchLinuxBot2023-10-26 01:50:56 +0000
commit0583aed9616ad8a68490f4d2f803924cf7e321ce (patch)
treee37db29d605c6437ed8a51a035cab73701495d8e /PKGBUILD
parent82100ac48459bd2fbedc964bc983698c2a7cfb4d (diff)
downloadaur-0583aed9616ad8a68490f4d2f803924cf7e321ce.tar.gz
[lilac] updated to 1.44.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb7f1d4588c4..b7baac9bc6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CNORode
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.0
pkgrel=1
pkgdesc='ODE add-on to CellNOptR'
arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=(
r-meigor
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2ceadb78ee72b48144c1ae85ef869d4498ea52f8dcc0e5e25c4437be0bc3d084')
+sha256sums=('876e053a8d3510a7be608c206c1ca2be789784539072aa25e4d05bb17785bd36')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"