summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-07 06:04:24 +0000
committerBioArchLinuxBot2024-03-07 06:04:24 +0000
commitcfd050d3953d5598873f9fffc3991c7514de3c56 (patch)
tree8f16bc041789e056af0955653aceb111dc6f83b4
parent38120b94c97758f182a0e81d2967a63e794ab163 (diff)
downloadaur-cfd050d3953d5598873f9fffc3991c7514de3c56.tar.gz
[lilac] updated to 2.18.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8fb63099d9..5659a5bf052e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-asics
pkgdesc = Automatic Statistical Identification in Complex Spectra
- pkgver = 2.18.0
+ pkgver = 2.18.1
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.0.tar.gz
- sha256sums = 8da7aa2e6721acb813bf18cbb597c67ae92caa8639a0eb4c11511a7ba9ad9483
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ASICS_2.18.1.tar.gz
+ sha256sums = ab6b01a6ae684f7ea8335b59c5197706f3519bd0ea23c95075d550209e36316a
pkgname = r-asics
diff --git a/PKGBUILD b/PKGBUILD
index 58a6ecb102e2..e38f26a96cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ASICS
-_pkgver=2.18.0
+_pkgver=2.18.1
pkgname=r-${_pkgname,,}
-pkgver=2.18.0
+pkgver=2.18.1
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=('8da7aa2e6721acb813bf18cbb597c67ae92caa8639a0eb4c11511a7ba9ad9483')
+sha256sums=('ab6b01a6ae684f7ea8335b59c5197706f3519bd0ea23c95075d550209e36316a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"