diff options
author | BioArchLinuxBot | 2024-10-31 03:58:36 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 03:58:36 +0000 |
commit | 803f36e68d6a493b8303d435a73e4f944777810a (patch) | |
tree | 4050141bf935ec1ab76a594d5311086d97d69a86 /PKGBUILD | |
parent | fcb247d05d7b93f9b2523dc2e49e1528d2451c7b (diff) | |
download | aur-r-icare.tar.gz |
[lilac] updated to 1.34.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=iCARE -_pkgver=1.32.0 +_pkgver=1.34.0 pkgname=r-${_pkgname,,} -pkgver=1.32.0 +pkgver=1.34.0 pkgrel=1 pkgdesc='A Tool for Individualized Coherent Absolute Risk Estimation (iCARE)' arch=('x86_64') @@ -20,7 +20,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('8a75334a1e6c3b3ead6efe3657453fa45b8f74d8f2ff711eeb2ef0b82f73cc54') +sha256sums=('98a7e5d9d0dec1c466c05157f2d1bddabee3b374a9738d63e38c951da1d22229') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |