summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-21 00:17:25 +0000
committerBioArchLinuxBot2023-06-21 00:17:25 +0000
commit88eeb288b8f13a69c32dc28b8669211fce23f4c1 (patch)
treeb8b0b5a0a4d712aaf74b435b5694d409357e99a9
parent82e35eddcaa548d7827f1d58ffd252009b6a7de8 (diff)
downloadaur-88eeb288b8f13a69c32dc28b8669211fce23f4c1.tar.gz
[lilac] updated to 2.6.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7c9bb51edb..0b4d9f373409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-fishpond
pkgdesc = Fishpond: differential transcript and gene expression with inferential replicates
- pkgver = 2.6.1
+ pkgver = 2.6.2
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.6.1.tar.gz
- sha256sums = dce998e52b641a28d4c6f812794aaeeb19f24b7cf77f7d5859e92885bf858d06
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.6.2.tar.gz
+ sha256sums = 05e8f80f72bec1e37ce4bf864bd627ab0eac856ad3f276fb00a388f98c245c7f
pkgname = r-fishpond
diff --git a/PKGBUILD b/PKGBUILD
index aa719e92dd91..afea228e385e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.6.1
+_pkgver=2.6.2
pkgname=r-${_pkgname,,}
-pkgver=2.6.1
+pkgver=2.6.2
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=('dce998e52b641a28d4c6f812794aaeeb19f24b7cf77f7d5859e92885bf858d06')
+sha256sums=('05e8f80f72bec1e37ce4bf864bd627ab0eac856ad3f276fb00a388f98c245c7f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"