diff options
author | BioArchLinuxBot | 2024-12-15 19:33:48 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-12-15 19:33:48 +0000 |
commit | 1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e (patch) | |
tree | d80b6f3b230563244020a363210743eda8194aba | |
parent | 57eea74a67487a7cd9d731d1ce77fa62849e39c7 (diff) | |
download | aur-1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e.tar.gz |
[lilac] updated to 2.40.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.38.0 + pkgver = 2.40.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.38.0.tar.gz - sha256sums = bc2338f6cf63f5907c45af15ff84b8085748ceb59c9ff2057afad12f66da9a84 + source = https://bioconductor.org/packages/release/bioc/src/contrib/segmentSeq_2.40.0.tar.gz + sha256sums = 33682934f972f198831b9384fdb29ef4b0dbf63b4b328c8e39867c8fea211323 pkgname = r-segmentseq @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=segmentSeq -_pkgver=2.38.0 +_pkgver=2.40.0 pkgname=r-${_pkgname,,} -pkgver=2.38.0 +pkgver=2.40.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=('bc2338f6cf63f5907c45af15ff84b8085748ceb59c9ff2057afad12f66da9a84') +sha256sums=('33682934f972f198831b9384fdb29ef4b0dbf63b4b328c8e39867c8fea211323') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |