summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9415110c556..238772b7a74a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-h5vc
pkgdesc = Managing alignment tallies using a hdf5 backend
- pkgver = 2.34.0
+ pkgver = 2.36.0
pkgrel = 1
url = https://bioconductor.org/packages/h5vc
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = r-h5vc
optdepends = r-locfit
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/h5vc_2.34.0.tar.gz
- sha256sums = 1aea7408917b0ebdf3e190aa6b945e3025972a1e0fc94a2598475a532af53feb
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/h5vc_2.36.0.tar.gz
+ sha256sums = dfa0e6f0e4fa3b36b857a11ab671ad55fbd4afa2a79b2f71f7b9291faa737b40
pkgname = r-h5vc
diff --git a/PKGBUILD b/PKGBUILD
index 4863501a5339..9e0764889943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=h5vc
-_pkgver=2.34.0
+_pkgver=2.36.0
pkgname=r-${_pkgname,,}
-pkgver=2.34.0
+pkgver=2.36.0
pkgrel=1
pkgdesc='Managing alignment tallies using a hdf5 backend'
arch=('x86_64')
@@ -40,7 +40,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1aea7408917b0ebdf3e190aa6b945e3025972a1e0fc94a2598475a532af53feb')
+sha256sums=('dfa0e6f0e4fa3b36b857a11ab671ad55fbd4afa2a79b2f71f7b9291faa737b40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"