summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-03-21 13:46:46 +0000
committerBioArchLinuxBot2025-03-21 13:46:46 +0000
commit8b693299b02a9f9080e7f2444102a26bdd6b8b16 (patch)
treec60f85fcd726d4c8ca458a79abbeeb731ffde51f
parent0848dc2ad7dfea021ae37e231b4b1a11dc7f6924 (diff)
downloadaur-8b693299b02a9f9080e7f2444102a26bdd6b8b16.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1757eb96f596..a97fb2c25b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 389b435f4211..2bba6fa4fc4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"