diff options
author | BioArchLinuxBot | 2022-11-03 16:00:25 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-03 16:00:25 +0000 |
commit | c1620b46c83b98a46238042be6ec3a3b102b3561 (patch) | |
tree | fa34ea4d09bfdc6eeef736ac0a5aa4cf7ce12cab /PKGBUILD | |
parent | 283ec9f042e25493d859df751103d23e452ecb72 (diff) | |
download | aur-c1620b46c83b98a46238042be6ec3a3b102b3561.tar.gz |
[lilac] updated to 1.24.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=BaalChIP -_pkgver=1.22.0 +_pkgver=1.24.0 pkgname=r-${_pkgname,,} -pkgver=1.22.0 +pkgver=1.24.0 pkgrel=1 pkgdesc='BaalChIP: Bayesian analysis of allele-specific transcription factor binding in cancer genomes' arch=('any') @@ -32,7 +32,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d8bc23342aafb4023541fcf412ff88315d136b523046d97b72e579276c9a1c0b') +sha256sums=('16c48bf0b72ce70a55e6011e04095a288553f302859d1ce66c24ec59cd3e469b') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |