diff options
author | BioArchLinuxBot | 2024-11-10 01:34:26 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-11-10 01:34:26 +0000 |
commit | 86c260aa695fd0a86f9dadb4d65ae63f0d06dd1d (patch) | |
tree | 546f848ad0dfceaac4624fbaa16fbd33fa52b285 /PKGBUILD | |
parent | d9abb1831adf186ed37154f56a3c7a15d9355428 (diff) | |
download | aur-86c260aa695fd0a86f9dadb4d65ae63f0d06dd1d.tar.gz |
[lilac] updated to 3.10.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=PharmacoGx -_pkgver=3.8.0 +_pkgver=3.10.0 pkgname=r-${_pkgname,,} -pkgver=3.8.0 +pkgver=3.10.0 pkgrel=1 pkgdesc='Analysis of Large-Scale Pharmacogenomic Data' arch=('x86_64') @@ -42,7 +42,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('01eedaf102e0670f25334e4d2fbd3007174d29b74c1cc01cda86c78e98781f25') +sha256sums=('fa26d34dc45c4460688f32b099ce3ad82b24cdf2f40885d49dd85100c9d8c7ab') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |