diff options
author | BioArchLinuxBot | 2024-11-29 00:15:54 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-11-29 00:15:54 +0000 |
commit | 6838582a45911ae03a5f11f0b09e704cac656a59 (patch) | |
tree | d77784bef4f058fb4d0b4a0058c63634c21a36f9 | |
parent | a70108c0c24e6ced32b35db1a70e4ceece954998 (diff) | |
download | aur-6838582a45911ae03a5f11f0b09e704cac656a59.tar.gz |
[lilac] updated to 1.32.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-chromstar pkgdesc = Combinatorial and Differential Chromatin State Analysis for ChIP-Seq Data - pkgver = 1.30.0 + pkgver = 1.32.0 pkgrel = 1 url = https://bioconductor.org/packages/chromstaR arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = r-chromstar optdepends = r-biomart optdepends = r-knitr optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/chromstaR_1.30.0.tar.gz - sha256sums = 6f383c2cf32596a9d1b0535d59f6c8b7ede8ce78f89ee75b03538d0b0a96936b + source = https://bioconductor.org/packages/release/bioc/src/contrib/chromstaR_1.32.0.tar.gz + sha256sums = 9f3620171f5b344449f7eb86fa45b803dddf12d197babf613899ab30f98d2a1c pkgname = r-chromstar @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=chromstaR -_pkgver=1.30.0 +_pkgver=1.32.0 pkgname=r-${_pkgname,,} -pkgver=1.30.0 +pkgver=1.32.0 pkgrel=1 pkgdesc='Combinatorial and Differential Chromatin State Analysis for ChIP-Seq Data' arch=('x86_64') @@ -33,7 +33,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('6f383c2cf32596a9d1b0535d59f6c8b7ede8ce78f89ee75b03538d0b0a96936b') +sha256sums=('9f3620171f5b344449f7eb86fa45b803dddf12d197babf613899ab30f98d2a1c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |