summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-26 00:05:34 +0000
committerBioArchLinuxBot2023-01-26 00:05:34 +0000
commitc9673590f091c94f61c76697cc590b37b4ae3762 (patch)
tree7a3342f2fee3b67d3445dc4eb85b5024f1ec374f
parent9ac22e213e12c871494299ee6d5463b64e931a84 (diff)
downloadaur-c9673590f091c94f61c76697cc590b37b4ae3762.tar.gz
[lilac] updated to 2.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93525a970035..b13f65c351f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-fishpond
pkgdesc = Fishpond: differential transcript and gene expression with inferential replicates
- pkgver = 2.4.0
- pkgrel = 3
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://bioconductor.org/packages/fishpond
arch = any
license = GPL
@@ -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.0.tar.gz
- sha256sums = 46394592aa1225ae36e5490311cb5b6bf15384b198b0862ce061c7c547695284
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/fishpond_2.4.1.tar.gz
+ sha256sums = b4a6d337c10a6405c55b679b2540090298dadf61b0dbe83222e5cf01f0ef814d
pkgname = r-fishpond
diff --git a/PKGBUILD b/PKGBUILD
index 7ceb75eefde4..ac528387ffde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.4.0
+_pkgver=2.4.1
pkgname=r-${_pkgname,,}
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
pkgdesc='Fishpond: differential transcript and gene expression with inferential replicates'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -47,7 +47,7 @@ optdepends=(
r-tximportdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('46394592aa1225ae36e5490311cb5b6bf15384b198b0862ce061c7c547695284')
+sha256sums=('b4a6d337c10a6405c55b679b2540090298dadf61b0dbe83222e5cf01f0ef814d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"