diff options
author | BioArchLinuxBot | 2022-11-02 19:51:51 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-02 19:51:51 +0000 |
commit | f26c9468d743858123b379ffcbfe85edac7eb26f (patch) | |
tree | a53df0a159be99d18c29806be55f32b47e29fd75 | |
parent | 1c3c3c022c3d6c59e3a37bdfafb52998abf20608 (diff) | |
download | aur-f26c9468d743858123b379ffcbfe85edac7eb26f.tar.gz |
[lilac] updated to 1.6.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-somnibus pkgdesc = Smooth modeling of bisulfite sequencing - pkgver = 1.4.0 + pkgver = 1.6.0 pkgrel = 1 url = https://bioconductor.org/packages/SOMNiBUS arch = any @@ -15,7 +15,7 @@ pkgbase = r-somnibus optdepends = r-magick optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/SOMNiBUS_1.4.0.tar.gz - sha256sums = ccd3320c6e3c764ea9636671939fb18c3421fb0f778a451169866b6795b05976 + source = https://bioconductor.org/packages/release/bioc/src/contrib/SOMNiBUS_1.6.0.tar.gz + sha256sums = a01876d0bf8ddf83c8854c8c0dbee2544291c02811d51541f4ecd438309c9312 pkgname = r-somnibus @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=SOMNiBUS -_pkgver=1.4.0 +_pkgver=1.6.0 pkgname=r-${_pkgname,,} -pkgver=1.4.0 +pkgver=1.6.0 pkgrel=1 pkgdesc='Smooth modeling of bisulfite sequencing' arch=('any') @@ -24,7 +24,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('ccd3320c6e3c764ea9636671939fb18c3421fb0f778a451169866b6795b05976') +sha256sums=('a01876d0bf8ddf83c8854c8c0dbee2544291c02811d51541f4ecd438309c9312') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |