summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-12-15 19:33:48 +0000
committerBioArchLinuxBot2024-12-15 19:33:48 +0000
commit1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e (patch)
treed80b6f3b230563244020a363210743eda8194aba
parent57eea74a67487a7cd9d731d1ce77fa62849e39c7 (diff)
downloadaur-1faa18c0bdbd3122aeebe5a88699b4c9703f2f4e.tar.gz
[lilac] updated to 2.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0063594a515..4c21d2665eb2 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.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
diff --git a/PKGBUILD b/PKGBUILD
index f16ca687f264..3ea9b346c383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"