diff options
author | BioArchLinuxBot | 2023-04-29 07:46:00 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-29 07:46:00 +0000 |
commit | 8bfa6cce7eda750d5077ab26d7c7b8839f27f5bb (patch) | |
tree | bc67ee279620dfd8b4d4e22ccac99995f47911ea | |
parent | cf5103c6ce8977ce39e8fb79b1b0264c49441543 (diff) | |
download | aur-8bfa6cce7eda750d5077ab26d7c7b8839f27f5bb.tar.gz |
[lilac] updated to 1.14.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-ncgtw pkgdesc = Alignment of LC-MS Profiles by Neighbor-wise Compound-specific Graphical Time Warping with Misalignment Detection - pkgver = 1.12.0 + pkgver = 1.14.0 pkgrel = 1 url = https://bioconductor.org/packages/ncGTW arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = r-ncgtw optdepends = r-knitr optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/ncGTW_1.12.0.tar.gz - sha256sums = e92af4c641131c1807455f228155129b3322651f64df627ebe750a42b082ac4b + source = https://bioconductor.org/packages/release/bioc/src/contrib/ncGTW_1.14.0.tar.gz + sha256sums = ec4f14e3fdaf7295712f225e9308343aad212ef59fdb93d2d8789265aaacac9a pkgname = r-ncgtw @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ncGTW -_pkgver=1.12.0 +_pkgver=1.14.0 pkgname=r-${_pkgname,,} -pkgver=1.12.0 +pkgver=1.14.0 pkgrel=1 pkgdesc='Alignment of LC-MS Profiles by Neighbor-wise Compound-specific Graphical Time Warping with Misalignment Detection' arch=('x86_64') @@ -22,7 +22,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('e92af4c641131c1807455f228155129b3322651f64df627ebe750a42b082ac4b') +sha256sums=('ec4f14e3fdaf7295712f225e9308343aad212ef59fdb93d2d8789265aaacac9a') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |