summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:55:58 +0000
committerBioArchLinuxBot2023-10-26 02:55:58 +0000
commit24fac7a47ea56e2d925952820746c8d988dab549 (patch)
treec619bfc791e99c3adf88d885bc42670325be3f6e
parent4964b0b1a75fe73bdf62ea3458176af7a96244d3 (diff)
downloadaur-24fac7a47ea56e2d925952820746c8d988dab549.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a9d80fc87c..05585abaaa1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicdistributions
pkgdesc = GenomicDistributions: fast analysis of genomic intervals with Bioconductor
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/GenomicDistributions
arch = any
@@ -28,7 +28,7 @@ pkgbase = r-genomicdistributions
optdepends = r-rmarkdown
optdepends = r-rtracklayer
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.8.0.tar.gz
- sha256sums = 5adef80750bdd7306f58bbd72537bc8e85b8bfceeb4bcd83642d69e4713db8af
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.10.0.tar.gz
+ sha256sums = 3dbff59d525a89e8707bc0e11c9a129db570c64c104a43812dc17155aa55d270
pkgname = r-genomicdistributions
diff --git a/PKGBUILD b/PKGBUILD
index 0f989975faf7..2abe41258829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicDistributions
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='GenomicDistributions: fast analysis of genomic intervals with Bioconductor'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5adef80750bdd7306f58bbd72537bc8e85b8bfceeb4bcd83642d69e4713db8af')
+sha256sums=('3dbff59d525a89e8707bc0e11c9a129db570c64c104a43812dc17155aa55d270')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"