summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 05:11:36 +0000
committerBioArchLinuxBot2022-11-03 05:11:36 +0000
commit3092464f809f382f3f51432516123d0088aff497 (patch)
treebf31d585083db671dfd20e3ba3525049c04627f3
parentf280461a7ecd4c38b84890081f7bfc07cf084fd0 (diff)
downloadaur-3092464f809f382f3f51432516123d0088aff497.tar.gz
[lilac] updated to 2.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97df7ba7a26f..7dfd666a9c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-fishpond
pkgdesc = Fishpond: differential transcript and gene expression with inferential replicates
- pkgver = 2.2.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://bioconductor.org/packages/fishpond
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = r-fishpond
optdepends = r-testthat
optdepends = r-tximeta
optdepends = r-tximportdata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.2.0.tar.gz
- sha256sums = d56738efeffcf66485d7a28d2b9b82ecfbd4da872cbfe0fb5a1f660da027776b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.4.0.tar.gz
+ sha256sums = 46394592aa1225ae36e5490311cb5b6bf15384b198b0862ce061c7c547695284
pkgname = r-fishpond
diff --git a/PKGBUILD b/PKGBUILD
index d01d79c14b0f..7afb847460a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.2.0
+_pkgver=2.4.0
pkgname=r-${_pkgname,,}
-pkgver=2.2.0
+pkgver=2.4.0
pkgrel=1
pkgdesc='Fishpond: differential transcript and gene expression with inferential replicates'
arch=('x86_64')
@@ -38,7 +38,7 @@ optdepends=(
r-tximportdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d56738efeffcf66485d7a28d2b9b82ecfbd4da872cbfe0fb5a1f660da027776b')
+sha256sums=('46394592aa1225ae36e5490311cb5b6bf15384b198b0862ce061c7c547695284')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"