summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:05:44 +0000
committerBioArchLinuxBot2023-04-27 12:05:44 +0000
commitd168da99f255460fc87a019ad662ed69753b232b (patch)
tree4b8a6c099abbce6aaf80862ac58bca9d6e28c749 /PKGBUILD
parent4eb8d7bd863e3a6bd930709a8d483b46b9275693 (diff)
downloadaur-d168da99f255460fc87a019ad662ed69753b232b.tar.gz
[lilac] updated to 2.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18ff860932cb..4863501a5339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=h5vc
-_pkgver=2.32.0
+_pkgver=2.34.0
pkgname=r-${_pkgname,,}
-pkgver=2.32.0
+pkgver=2.34.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=('695a186de36ec542fdb814023d158777567d69a78b0818a5f01f09ea13feac25')
+sha256sums=('1aea7408917b0ebdf3e190aa6b945e3025972a1e0fc94a2598475a532af53feb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"