diff options
author | BioArchLinuxBot | 2025-04-20 19:10:38 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-20 19:10:38 +0000 |
commit | 3b2db572832e3cd6ad1d84312147623078cbca73 (patch) | |
tree | dc1761ecf406fc2b3332366fcfb3cd8609d4f923 | |
parent | 1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e (diff) | |
download | aur-r-segmentseq.tar.gz |
[lilac] updated to 2.42.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-segmentseq pkgdesc = Methods for identifying small RNA loci from high-throughput sequencing data - pkgver = 2.40.0 + pkgver = 2.42.0 pkgrel = 1 url = https://bioconductor.org/packages/segmentSeq arch = any @@ -16,7 +16,7 @@ pkgbase = r-segmentseq depends = r-shortread optdepends = r-biocgenerics optdepends = r-biocstyle - source = https://bioconductor.org/packages/release/bioc/src/contrib/segmentSeq_2.40.0.tar.gz - sha256sums = 33682934f972f198831b9384fdb29ef4b0dbf63b4b328c8e39867c8fea211323 + source = https://bioconductor.org/packages/release/bioc/src/contrib/segmentSeq_2.42.0.tar.gz + sha256sums = c257639a23ef2d4f3a32642d3919f7b1e5be2899949392dd0b443a472003ab6a pkgname = r-segmentseq @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=segmentSeq -_pkgver=2.40.0 +_pkgver=2.42.0 pkgname=r-${_pkgname,,} -pkgver=2.40.0 +pkgver=2.42.0 pkgrel=1 pkgdesc='Methods for identifying small RNA loci from high-throughput sequencing data' arch=('any') @@ -25,7 +25,7 @@ optdepends=( r-biocstyle ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('33682934f972f198831b9384fdb29ef4b0dbf63b4b328c8e39867c8fea211323') +sha256sums=('c257639a23ef2d4f3a32642d3919f7b1e5be2899949392dd0b443a472003ab6a') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |