summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-20 19:10:38 +0000
committerBioArchLinuxBot2025-04-20 19:10:38 +0000
commit3b2db572832e3cd6ad1d84312147623078cbca73 (patch)
treedc1761ecf406fc2b3332366fcfb3cd8609d4f923
parent1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e (diff)
downloadaur-r-segmentseq.tar.gz
[lilac] updated to 2.42.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c21d2665eb2..52945ef61b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3ea9b346c383..f959fd7a0205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"