summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 13:12:29 +0000
committerBioArchLinuxBot2023-04-27 13:12:29 +0000
commitafd699d8dd4ebaf6047f07c91f3990ad647ef2b5 (patch)
tree6a54577beb57bf69b98bc454fab64f766ff9a35a
parentc9673590f091c94f61c76697cc590b37b4ae3762 (diff)
downloadaur-afd699d8dd4ebaf6047f07c91f3990ad647ef2b5.tar.gz
[lilac] updated to 2.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13f65c351f8..92fef95ba34e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-fishpond
pkgdesc = Fishpond: differential transcript and gene expression with inferential replicates
- pkgver = 2.4.1
+ pkgver = 2.6.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.4.1.tar.gz
- sha256sums = b4a6d337c10a6405c55b679b2540090298dadf61b0dbe83222e5cf01f0ef814d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.6.0.tar.gz
+ sha256sums = 5ae72b1cf455e2ecf4267592a0e89349ba9b696a09945082247082730273ea52
pkgname = r-fishpond
diff --git a/PKGBUILD b/PKGBUILD
index ac528387ffde..65ca49196a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.4.1
+_pkgver=2.6.0
pkgname=r-${_pkgname,,}
-pkgver=2.4.1
+pkgver=2.6.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=('b4a6d337c10a6405c55b679b2540090298dadf61b0dbe83222e5cf01f0ef814d')
+sha256sums=('5ae72b1cf455e2ecf4267592a0e89349ba9b696a09945082247082730273ea52')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"