summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 04:41:27 +0000
committerBioArchLinuxBot2024-05-03 04:41:27 +0000
commitace1e445ed3f0094e141b9782829eb41ae6d46f0 (patch)
tree5ea67345591e10fcf10e85a902a60ee7e05b5ac7
parent1d2692f08ec1ee13c2ddf1198597c252cda6f24b (diff)
downloadaur-r-genomicfiles.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907e7264f10f..309a4d71fe68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicfiles
pkgdesc = Distributed computing by file or by range
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/GenomicFiles
arch = any
@@ -27,7 +27,7 @@ pkgbase = r-genomicfiles
optdepends = r-rnaseqdata.hnrnpc.bam.chr14
optdepends = r-runit
optdepends = r-snpstats
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicFiles_1.38.0.tar.gz
- sha256sums = 959bdb955c859bfd520a0a64f4541484c981237bceaa26b76c162c0881d17ecf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicFiles_1.40.0.tar.gz
+ sha256sums = d16cb66995e761aafe533564b80d0ce376c96ab3fdcb196f364b9ab7b12a16ac
pkgname = r-genomicfiles
diff --git a/PKGBUILD b/PKGBUILD
index 7296c9ac2307..6d46aa312b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicFiles
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Distributed computing by file or by range'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-snpstats
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('959bdb955c859bfd520a0a64f4541484c981237bceaa26b76c162c0881d17ecf')
+sha256sums=('d16cb66995e761aafe533564b80d0ce376c96ab3fdcb196f364b9ab7b12a16ac')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"