summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 06:07:35 +0000
committerBioArchLinuxBot2024-05-03 06:07:35 +0000
commit7d94dd2cf3fe19a2423969276f66555cff9e6442 (patch)
tree8b25f0d457a9bf8f361cdbe0807e8c0cfdd2ed34
parente81b48d83f32cf40305ac1295bfb5a14387ec22b (diff)
downloadaur-7d94dd2cf3fe19a2423969276f66555cff9e6442.tar.gz
[lilac] updated to 2.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a131f3ef276..3ccb694d47ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cummerbund
pkgdesc = Analysis, exploration, manipulation, and visualization of Cufflinks high-throughput sequencing data.
- pkgver = 2.44.0
+ pkgver = 2.46.0
pkgrel = 1
url = https://bioconductor.org/packages/cummeRbund
arch = any
@@ -23,7 +23,7 @@ pkgbase = r-cummerbund
optdepends = r-plyr
optdepends = r-rjson
optdepends = r-stringr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/cummeRbund_2.44.0.tar.gz
- sha256sums = ba000f61445b3b4319994a621c04055900af34d17985e90b1a2ab4a7be1cbda8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/cummeRbund_2.46.0.tar.gz
+ sha256sums = 34a9184fc869277201315302d4d4b54ac889888e9d18919717e02b4e8210b541
pkgname = r-cummerbund
diff --git a/PKGBUILD b/PKGBUILD
index e51d0022ca62..35d683092454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cummeRbund
-_pkgver=2.44.0
+_pkgver=2.46.0
pkgname=r-${_pkgname,,}
-pkgver=2.44.0
+pkgver=2.46.0
pkgrel=1
pkgdesc='Analysis, exploration, manipulation, and visualization of Cufflinks high-throughput sequencing data.'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-stringr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ba000f61445b3b4319994a621c04055900af34d17985e90b1a2ab4a7be1cbda8')
+sha256sums=('34a9184fc869277201315302d4d4b54ac889888e9d18919717e02b4e8210b541')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"