summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:46:04 +0000
committerBioArchLinuxBot2023-04-27 18:46:04 +0000
commit8d36054ad3e307a54d0180186b86016b135ec4ba (patch)
tree5990c6119b2eb3548f15523ef2a4ef65304b81a7 /PKGBUILD
parent215d1a29799930c82c5292af0683fe6f98b12939 (diff)
downloadaur-8d36054ad3e307a54d0180186b86016b135ec4ba.tar.gz
[lilac] updated to 1.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4f2d480a0e3..6a22cbe2c29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OrganismDbi
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.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=('7cfa7055f5b4625e764ee918e8af46409a7b7f54ad53d3fa4e2268bc38ee8186')
+sha256sums=('8beee88667f2b7af32332e897827ce1c62d6ec12c18cd307dec775604dc383df')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"