summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:24:34 +0000
committerBioArchLinuxBot2022-11-03 03:24:34 +0000
commitf062bbca0726360bb9c07f028dbda7beb1a28c29 (patch)
tree905a8a02e5490d28d3b15f50e2eadf5076cdc182
parentdfee43d251c9ebc7a2907b9ed127c706defc1abe (diff)
downloadaur-f062bbca0726360bb9c07f028dbda7beb1a28c29.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc81da8eea21..cf6e5fd73912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicdistributions
pkgdesc = GenomicDistributions: fast analysis of genomic intervals with Bioconductor
- pkgver = 1.4.6
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/GenomicDistributions
arch = any
@@ -26,7 +26,7 @@ pkgbase = r-genomicdistributions
optdepends = r-rmarkdown
optdepends = r-rtracklayer
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.4.6.tar.gz
- sha256sums = 6a4cf4735e6e8c0b7f9da08199cf8b8210dadd36adb2bf46ca4c89c7d6320317
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.6.0.tar.gz
+ sha256sums = ec74b768d3bcf72c3f2721af409171d728df10bd1ad4720eca910badf2a1764e
pkgname = r-genomicdistributions
diff --git a/PKGBUILD b/PKGBUILD
index 0a3e98bfdccb..4e1ceb4b9071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicDistributions
-_pkgver=1.4.6
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.6
+pkgver=1.6.0
pkgrel=1
pkgdesc='GenomicDistributions: fast analysis of genomic intervals with Bioconductor'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6a4cf4735e6e8c0b7f9da08199cf8b8210dadd36adb2bf46ca4c89c7d6320317')
+sha256sums=('ec74b768d3bcf72c3f2721af409171d728df10bd1ad4720eca910badf2a1764e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"