summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:31:13 +0000
committerBioArchLinuxBot2024-05-03 00:31:13 +0000
commitcfb0cd598e1684c551bc3bda4c60826186af2f69 (patch)
treeb8116b1c78738bbc28ea2d534dfb3dfa6aafa1e4
parentcfd050d3953d5598873f9fffc3991c7514de3c56 (diff)
downloadaur-r-asics.tar.gz
[lilac] updated to 2.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5659a5bf052e..8f008dfb30ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-asics
pkgdesc = Automatic Statistical Identification in Complex Spectra
- pkgver = 2.18.1
+ pkgver = 2.20.0
pkgrel = 1
url = https://bioconductor.org/packages/ASICS
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-asics
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ASICS_2.18.1.tar.gz
- sha256sums = ab6b01a6ae684f7ea8335b59c5197706f3519bd0ea23c95075d550209e36316a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ASICS_2.20.0.tar.gz
+ sha256sums = 049b98d8cbff3c55a571f87350f3424512051fe8f10e526d9aa9c3b86a3f1cd3
pkgname = r-asics
diff --git a/PKGBUILD b/PKGBUILD
index e38f26a96cc1..0305e7bdda9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ASICS
-_pkgver=2.18.1
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.1
+pkgver=2.20.0
pkgrel=1
pkgdesc='Automatic Statistical Identification in Complex Spectra'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ab6b01a6ae684f7ea8335b59c5197706f3519bd0ea23c95075d550209e36316a')
+sha256sums=('049b98d8cbff3c55a571f87350f3424512051fe8f10e526d9aa9c3b86a3f1cd3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"