summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 06:07:35 +0000
committerBioArchLinuxBot2024-05-03 06:07:35 +0000
commit7d94dd2cf3fe19a2423969276f66555cff9e6442 (patch)
tree8b25f0d457a9bf8f361cdbe0807e8c0cfdd2ed34 /PKGBUILD
parente81b48d83f32cf40305ac1295bfb5a14387ec22b (diff)
downloadaur-r-cummerbund.tar.gz
[lilac] updated to 2.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"