diff options
author | BioArchLinuxBot | 2024-05-03 03:41:12 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-03 03:41:12 +0000 |
commit | 91e913f90fd6b1ac5b74df89bbcc764fac20372a (patch) | |
tree | cc111fc052f21a5567507f369d0ca8a9f5cfab41 | |
parent | 6a86c6a71965e5992db8dfec9758cc8149329b9b (diff) | |
download | aur-91e913f90fd6b1ac5b74df89bbcc764fac20372a.tar.gz |
[lilac] updated to 1.36.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-soggi pkgdesc = Visualise ChIP-seq, MNase-seq and motif occurrence as aggregate plots Summarised Over Grouped Genomic Intervals - pkgver = 1.34.0 + pkgver = 1.36.0 pkgrel = 1 url = https://bioconductor.org/packages/soGGi arch = any @@ -24,7 +24,7 @@ pkgbase = r-soggi optdepends = r-biocstyle optdepends = r-knitr optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/soGGi_1.34.0.tar.gz - sha256sums = a2148b158745b45c76cabdf37894264fa5423f8fe01b0ddc9f7a9746926fe165 + source = https://bioconductor.org/packages/release/bioc/src/contrib/soGGi_1.36.0.tar.gz + sha256sums = e7dfb71ff4b397dfa8da9d0e94ce01ab84413b8b446d758d60f47de77c2c297d pkgname = r-soggi @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=soGGi -_pkgver=1.34.0 +_pkgver=1.36.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.36.0 pkgrel=1 pkgdesc='Visualise ChIP-seq, MNase-seq and motif occurrence as aggregate plots Summarised Over Grouped Genomic Intervals' arch=('any') @@ -33,7 +33,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a2148b158745b45c76cabdf37894264fa5423f8fe01b0ddc9f7a9746926fe165') +sha256sums=('e7dfb71ff4b397dfa8da9d0e94ce01ab84413b8b446d758d60f47de77c2c297d') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |