summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 19:08:14 +0000
committerBioArchLinuxBot2022-11-03 19:08:14 +0000
commit215d1a29799930c82c5292af0683fe6f98b12939 (patch)
tree03d03a802d53a87f0937075fe6cd6a449ebd1d0a /PKGBUILD
parenteddee7ab0518a56043cee62aa7e235fc5d4ae7f8 (diff)
downloadaur-215d1a29799930c82c5292af0683fe6f98b12939.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a20856a6744f..e4f2d480a0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OrganismDbi
-_pkgver=1.38.1
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.1
+pkgver=1.40.0
pkgrel=1
pkgdesc='Software to enable the smooth interfacing of different database packages'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2998649c56b5f7309dc3853ee9b1b1da05b8393eaea6f1f50d8241d291ecb657')
+sha256sums=('7cfa7055f5b4625e764ee918e8af46409a7b7f54ad53d3fa4e2268bc38ee8186')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"