summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:55:51 +0000
committerBioArchLinuxBot2022-11-02 19:55:51 +0000
commit05a700bd161ee3f10af090243a154fe59dbd7fc9 (patch)
treee37261e438b7978c4aec9f72754f5f55f3ab33c1 /PKGBUILD
parent52f8611cca6b607b48e4fdfc4c186819bec96e37 (diff)
downloadaur-05a700bd161ee3f10af090243a154fe59dbd7fc9.tar.gz
[lilac] updated to 2.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b49b481e3d1..d73aabfba9d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BridgeDbR
-_pkgver=2.6.0
+_pkgver=2.8.0
pkgname=r-${_pkgname,,}
-pkgver=2.6.0
+pkgver=2.8.0
pkgrel=1
pkgdesc='Code for using BridgeDb identifier mapping framework from within R'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1fb0db744637dff07f3536c23fed8161af922cf49fefabd1ad98870159f5098d')
+sha256sums=('5f16d1b359645f64d68031a97c85fedab70bc4f2e05787ee6a983033507bf70f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"