diff options
author | BioArchLinuxBot | 2024-11-10 01:10:01 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-11-10 01:10:01 +0000 |
commit | d3920db60faa5c8fe3824eb5e13cf8d21e309a4a (patch) | |
tree | 411d86b0b92966a0b0cde9f2a16c28a6390af587 /PKGBUILD | |
parent | 660071d937481af3d7c0a408a337e8eaf49318c5 (diff) | |
download | aur-r-methylseekr.tar.gz |
[lilac] updated to 1.46.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=MethylSeekR -_pkgver=1.44.0 +_pkgver=1.46.0 pkgname=r-${_pkgname,,} -pkgver=1.44.0 +pkgver=1.46.0 pkgrel=1 pkgdesc='Segmentation of Bis-seq data' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-bsgenome.hsapiens.ucsc.hg18 ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a5fdcbc6a41e787839a54c5a293b6031a2876b244f42d2c9b946905f1aa86381') +sha256sums=('59e8bd04e6bea759c6d57a69c902e995c8db7e6ed49f052a6deb825758445553') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |