summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d1d19e84227..3326d5432f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationHubData
-_pkgver=1.32.1
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.1
+pkgver=1.34.0
pkgrel=1
pkgdesc='Transform public data resources into Bioconductor Data Structures'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b59ea2632ce440ef7a3ae7ac1c219b5f10a897b0d2397973147253319cb4a227')
+sha256sums=('717552822107fb4b7666fe6f793c8cb04ffbcfead2cff470e81ae5b7257c8b71')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"