diff options
author | BioArchLinuxBot | 2023-10-27 09:47:31 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-27 09:47:31 +0000 |
commit | 45a61f325b5ddecaa50abfed71c89c65d0bf3297 (patch) | |
tree | 1947900a2d71e3e12626a5f6b7e29252d7d70336 | |
parent | 7a7325e57cd29ea8cfb94d4d5fa6b63d225bfd72 (diff) | |
download | aur-45a61f325b5ddecaa50abfed71c89c65d0bf3297.tar.gz |
[lilac] updated to 1.56.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-chipseqr pkgdesc = Identifying Protein Binding Sites in High-Throughput Sequencing Data - pkgver = 1.54.0 + pkgver = 1.56.0 pkgrel = 1 url = https://bioconductor.org/packages/ChIPseqR arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = r-chipseqr depends = r-s4vectors depends = r-shortread depends = r-timsac - source = https://bioconductor.org/packages/release/bioc/src/contrib/ChIPseqR_1.54.0.tar.gz - sha256sums = 96fcf3d49020f4e21b81e208aa4ee7cce99f7938ef53a4f1267ba360d6dc298c + source = https://bioconductor.org/packages/release/bioc/src/contrib/ChIPseqR_1.56.0.tar.gz + sha256sums = 1672238b11a32e9b4b15e83b17a6f5de918b1cf153785e0ab5d8d6cfc5163dd4 pkgname = r-chipseqr @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ChIPseqR -_pkgver=1.54.0 +_pkgver=1.56.0 pkgname=r-${_pkgname,,} -pkgver=1.54.0 +pkgver=1.56.0 pkgrel=1 pkgdesc='Identifying Protein Binding Sites in High-Throughput Sequencing Data' arch=('x86_64') @@ -22,7 +22,7 @@ depends=( r-timsac ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('96fcf3d49020f4e21b81e208aa4ee7cce99f7938ef53a4f1267ba360d6dc298c') +sha256sums=('1672238b11a32e9b4b15e83b17a6f5de918b1cf153785e0ab5d8d6cfc5163dd4') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |