diff options
author | BioArchLinuxBot | 2022-11-02 19:55:51 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-02 19:55:51 +0000 |
commit | 05a700bd161ee3f10af090243a154fe59dbd7fc9 (patch) | |
tree | e37261e438b7978c4aec9f72754f5f55f3ab33c1 /PKGBUILD | |
parent | 52f8611cca6b607b48e4fdfc4c186819bec96e37 (diff) | |
download | aur-05a700bd161ee3f10af090243a154fe59dbd7fc9.tar.gz |
[lilac] updated to 2.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |