diff options
author | BioArchLinuxBot | 2022-11-12 16:20:11 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-12 16:20:11 +0000 |
commit | ec133f3ecf1e7769c69e01dddd7593abeb6c1992 (patch) | |
tree | 73745feee01e66e271da627d5dbb6dc3d0d2cd77 /PKGBUILD | |
parent | d3a1b76d67cc93af0161a258ba640e7e35159180 (diff) | |
download | aur-ec133f3ecf1e7769c69e01dddd7593abeb6c1992.tar.gz |
[lilac] updated to 1.6.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=autonomics -_pkgver=1.4.0 +_pkgver=1.6.0 pkgname=r-${_pkgname,,} -pkgver=1.4.0 +pkgver=1.6.0 pkgrel=1 pkgdesc='Generifying and intuifying cross-platform omics analysis' arch=('any') @@ -65,7 +65,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('1e231ef40830a305c84313d0999798bebf232c66004eff7d1bdae880ee256002') +sha256sums=('38e716e6ce84d8a27c6935cf0e3b63e007da833eb5b8a66e13caaa31aeb86ed9') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |