summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:22:36 +0000
committerBioArchLinuxBot2024-05-02 19:22:36 +0000
commit77f1d4244f5ae1fa916a15d417596c4ce4333af8 (patch)
treec53208c882610b776fd7b8803b02346725a2b9a7
parentc3dcf736d5445e7d668c6878efa9dc391108126b (diff)
downloadaur-77f1d4244f5ae1fa916a15d417596c4ce4333af8.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d225595ea5..1bdc57047c31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-hummingbird
pkgdesc = Bayesian Hidden Markov Model for the detection of differentially methylated regions
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/hummingbird
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = r-hummingbird
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/hummingbird_1.12.0.tar.gz
- sha256sums = 108e6b1ac9a742a941e15d1894d2706f1312138fc40f7c2d6ed7d2ea5b6debc2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/hummingbird_1.14.0.tar.gz
+ sha256sums = 37a5700caae867484483ad54d53389dd6c116118195242adee52fba7603d11d1
pkgname = r-hummingbird
diff --git a/PKGBUILD b/PKGBUILD
index f6a19c10404b..f4747b1e4ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hummingbird
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Bayesian Hidden Markov Model for the detection of differentially methylated regions'
arch=('x86_64')
@@ -22,7 +22,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('108e6b1ac9a742a941e15d1894d2706f1312138fc40f7c2d6ed7d2ea5b6debc2')
+sha256sums=('37a5700caae867484483ad54d53389dd6c116118195242adee52fba7603d11d1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"