summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-21 06:02:32 +0000
committerBioArchLinuxBot2025-04-21 06:02:32 +0000
commitada091cd6be4b12caaeb8c58b42c494ac8d67738 (patch)
tree2f3e10934f97bbffb46dde0e0822720632fa0216
parent4ca9f21ac77fd11f9fec694af97fd0b8d734e01d (diff)
downloadaur-r-sictools.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1468e6550482..51ee2d829976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-sictools
pkgdesc = Find SNV/Indel differences between two bam files with near relationship
- pkgver = 1.36.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/SICtools
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = r-sictools
optdepends = r-biocgenerics
optdepends = r-knitr
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SICtools_1.36.0.tar.gz
- sha256sums = 5f4292e71a4b9a5ae4dad986e3e7c1ae234dbe25edd9034177fd70255065de4b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SICtools_1.38.0.tar.gz
+ sha256sums = c5b7c86610985a9cb4f1896f1ab3f0e02afa44749355ee03a56ce36e779e2db8
pkgname = r-sictools
diff --git a/PKGBUILD b/PKGBUILD
index 6f287c82e2d6..159df4f846b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SICtools
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='Find SNV/Indel differences between two bam files with near relationship'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5f4292e71a4b9a5ae4dad986e3e7c1ae234dbe25edd9034177fd70255065de4b')
+sha256sums=('c5b7c86610985a9cb4f1896f1ab3f0e02afa44749355ee03a56ce36e779e2db8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"