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