diff options
author | BioArchLinuxBot | 2023-04-27 03:21:29 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 03:21:29 +0000 |
commit | 7f2dd1152a3ad678364a7331932c75e4dd6bd975 (patch) | |
tree | f30370cdc021cb7bd448a644652548857c3d0eb8 /PKGBUILD | |
parent | 04aabf118acd761f65a9f886f594c07a46adc53b (diff) | |
download | aur-7f2dd1152a3ad678364a7331932c75e4dd6bd975.tar.gz |
[lilac] updated to 1.12.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=AnVIL -_pkgver=1.10.2 +_pkgver=1.12.0 pkgname=r-${_pkgname,,} -pkgver=1.10.2 +pkgver=1.12.0 pkgrel=1 pkgdesc='Bioconductor on the AnVIL compute environment' arch=('any') @@ -37,7 +37,7 @@ optdepends=( r-withr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('2b7d97bc0f51344e6bc02d2706ea95e7174cec5c48666a7369d20e790843f6c8') +sha256sums=('8aa7826d1236d930b2635eb70bda37168287508e9c369eccfbde94a341a0859d') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |