summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:41:36 +0000
committerBioArchLinuxBot2024-05-02 21:41:36 +0000
commitf3f515c1e9261af0224c2b89b17c199395cf5b33 (patch)
tree948ee58a5942c95f0ac45eb912e271df63d57f5d
parent7af5e48af0660b4fe763b5c27635c0831a2e2312 (diff)
downloadaur-f3f515c1e9261af0224c2b89b17c199395cf5b33.tar.gz
[lilac] updated to 2.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00d43d2f0d6..e3bcd36199f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-fishpond
pkgdesc = Fishpond: differential transcript and gene expression with inferential replicates
- pkgver = 2.8.0
+ pkgver = 2.10.0
pkgrel = 1
url = https://bioconductor.org/packages/fishpond
arch = any
@@ -37,7 +37,7 @@ pkgbase = r-fishpond
optdepends = r-testthat
optdepends = r-tximeta
optdepends = r-tximportdata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.8.0.tar.gz
- sha256sums = 9fedcbf9f3720cb52932a0cd7608bd0de0892922fdcc4ee0a9f0fd082e237413
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.10.0.tar.gz
+ sha256sums = 54cea03fdb21f1a09a6970dc6901788aa26b09561b38a5c1247fb40e39ea9f0a
pkgname = r-fishpond
diff --git a/PKGBUILD b/PKGBUILD
index 8d129992f483..ea8a98c242c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.8.0
+_pkgver=2.10.0
pkgname=r-${_pkgname,,}
-pkgver=2.8.0
+pkgver=2.10.0
pkgrel=1
pkgdesc='Fishpond: differential transcript and gene expression with inferential replicates'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
r-tximportdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9fedcbf9f3720cb52932a0cd7608bd0de0892922fdcc4ee0a9f0fd082e237413')
+sha256sums=('54cea03fdb21f1a09a6970dc6901788aa26b09561b38a5c1247fb40e39ea9f0a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"