summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:36:52 +0000
committerBioArchLinuxBot2023-04-27 17:36:52 +0000
commit70dcdf8a316d5af8e761282c384370c0547c4aa8 (patch)
tree8dec123528c68e18e03241baed5b0b87cebdbac3
parentf555824fbb2f7209be6a9094b2987d8f2d62abd5 (diff)
downloadaur-70dcdf8a316d5af8e761282c384370c0547c4aa8.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 f11d13b3b6f3..da060452ef3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pipeframe
pkgdesc = Pipeline framework for bioinformatics in R
- pkgver = 1.14.0
+ pkgver = 1.16.0
pkgrel = 1
url = https://bioconductor.org/packages/pipeFrame
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-pipeframe
optdepends = r-knitr
optdepends = r-rtracklayer
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/pipeFrame_1.14.0.tar.gz
- sha256sums = 5e0d7229d35bf39cdb180758f9804634fbd060327a4b67b052b2b383d13740f1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/pipeFrame_1.16.0.tar.gz
+ sha256sums = e480ce0bc7128a519613e4a9ddb1410a671bf3a9a528810219f8dd01708ea872
pkgname = r-pipeframe
diff --git a/PKGBUILD b/PKGBUILD
index b1befa407ae3..acc9573e9f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pipeFrame
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Pipeline framework for bioinformatics in R'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5e0d7229d35bf39cdb180758f9804634fbd060327a4b67b052b2b383d13740f1')
+sha256sums=('e480ce0bc7128a519613e4a9ddb1410a671bf3a9a528810219f8dd01708ea872')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"