diff options
author | BioArchLinuxBot | 2025-03-21 13:46:46 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-03-21 13:46:46 +0000 |
commit | 8b693299b02a9f9080e7f2444102a26bdd6b8b16 (patch) | |
tree | c60f85fcd726d4c8ca458a79abbeeb731ffde51f | |
parent | 0848dc2ad7dfea021ae37e231b4b1a11dc7f6924 (diff) | |
download | aur-8b693299b02a9f9080e7f2444102a26bdd6b8b16.tar.gz |
[lilac] updated to 1.16.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-pipecomp pkgdesc = pipeComp pipeline benchmarking framework - pkgver = 1.14.0 + pkgver = 1.16.0 pkgrel = 1 url = https://bioconductor.org/packages/pipeComp arch = any @@ -32,7 +32,7 @@ pkgbase = r-pipecomp depends = r-viridislite optdepends = r-biocstyle optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/pipeComp_1.14.0.tar.gz - sha256sums = b65c23d21c9176ffe34eda1ead51e9edfffa446d029dad0c16af37585c5907f3 + source = https://bioconductor.org/packages/release/bioc/src/contrib/pipeComp_1.16.0.tar.gz + sha256sums = 9ca33498c26b38783a5289d673685c0d6cebea7f43315269fc37b46f9713b1c2 pkgname = r-pipecomp @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=pipeComp -_pkgver=1.14.0 +_pkgver=1.16.0 pkgname=r-${_pkgname,,} -pkgver=1.14.0 +pkgver=1.16.0 pkgrel=1 pkgdesc='pipeComp pipeline benchmarking framework' arch=('any') @@ -41,7 +41,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('b65c23d21c9176ffe34eda1ead51e9edfffa446d029dad0c16af37585c5907f3') +sha256sums=('9ca33498c26b38783a5289d673685c0d6cebea7f43315269fc37b46f9713b1c2') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |