summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-05 00:04:11 +0000
committerBioArchLinuxBot2022-07-05 00:04:11 +0000
commit42bc128c5fbd783ef5c4473c6c8ca3b2dc858d4e (patch)
tree6ba0a2369a6e00f0538d3b54d868d9b3ad964d91
parent3683f2fd3bd88673b705a97e69f66caf27d5cd3a (diff)
downloadaur-42bc128c5fbd783ef5c4473c6c8ca3b2dc858d4e.tar.gz
[lilac] updated to 1.4.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d7c2e39d4e..a801821cbcd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicdistributions
pkgdesc = GenomicDistributions: fast analysis of genomic intervals with Bioconductor
- pkgver = 1.4.1
+ pkgver = 1.4.3
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.1.tar.gz
- sha256sums = dc3946669e999f8904c1a3fdd34427aef296c6e260657c52abddcc1d157f32ad
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.4.3.tar.gz
+ sha256sums = 7afa1ead9535bc84d7a5765b6ed97816356bfed8fea09f37c1d909aaa2c29f61
pkgname = r-genomicdistributions
diff --git a/PKGBUILD b/PKGBUILD
index 0ff65a934b7e..77c6f6123662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicDistributions
-_pkgver=1.4.1
+_pkgver=1.4.3
pkgname=r-${_pkgname,,}
-pkgver=1.4.1
+pkgver=1.4.3
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=('dc3946669e999f8904c1a3fdd34427aef296c6e260657c52abddcc1d157f32ad')
+sha256sums=('7afa1ead9535bc84d7a5765b6ed97816356bfed8fea09f37c1d909aaa2c29f61')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"