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 007582333dc0..9e69a0241cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ensembldb
-_pkgver=2.22.0
+_pkgver=2.24.0
pkgname=r-${_pkgname,,}
-pkgver=2.22.0
+pkgver=2.24.0
pkgrel=1
pkgdesc='Utilities to create and use Ensembl-based annotation databases'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('51d68978b0f2285be379bbbfbb7b890ac689303434259ef6988a2f5ce3b031ec')
+sha256sums=('86cdbd7cf922743f56c84145ccf17c02c657f627cbf5e24b8aa580524e8f8566')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"