summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:05:54 +0000
committerBioArchLinuxBot2023-04-27 10:05:54 +0000
commit4964b0b1a75fe73bdf62ea3458176af7a96244d3 (patch)
tree056ccb29085c7a53e048d7fcec4ff5f73391a551
parent28ad5ed774cbe69040c719466807c5b0c3ac91eb (diff)
downloadaur-4964b0b1a75fe73bdf62ea3458176af7a96244d3.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c975b8df8da3..e7a9d80fc87c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-genomicdistributions
pkgdesc = GenomicDistributions: fast analysis of genomic intervals with Bioconductor
- pkgver = 1.6.0
- pkgrel = 3
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://bioconductor.org/packages/GenomicDistributions
arch = any
license = BSD
@@ -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.6.0.tar.gz
- sha256sums = ec74b768d3bcf72c3f2721af409171d728df10bd1ad4720eca910badf2a1764e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicDistributions_1.8.0.tar.gz
+ sha256sums = 5adef80750bdd7306f58bbd72537bc8e85b8bfceeb4bcd83642d69e4713db8af
pkgname = r-genomicdistributions
diff --git a/PKGBUILD b/PKGBUILD
index e4ae9243ff8e..0f989975faf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicDistributions
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc='GenomicDistributions: fast analysis of genomic intervals with Bioconductor'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ec74b768d3bcf72c3f2721af409171d728df10bd1ad4720eca910badf2a1764e')
+sha256sums=('5adef80750bdd7306f58bbd72537bc8e85b8bfceeb4bcd83642d69e4713db8af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"