summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 20:57:28 +0000
committerBioArchLinuxBot2023-04-27 20:57:28 +0000
commit3da8b457c0d10470618ece5e5896bfdde76415a8 (patch)
tree08b07f191f4aaaeb63b167135bc3a89d6a7405d4
parentee0e6fd318930131a826ae50b062200c99d95ad8 (diff)
downloadaur-3da8b457c0d10470618ece5e5896bfdde76415a8.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66b08157d74..41de8d138be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-madseq
pkgdesc = Mosaic Aneuploidy Detection and Quantification using Massive Parallel Sequencing Data
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/MADSEQ
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-madseq
depends = r-vgam
depends = r-zlibbioc
optdepends = r-knitr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MADSEQ_1.24.0.tar.gz
- sha256sums = 899bb6ac344bb843e5db9aaf2f0eb6a2e057fdb779a397e4baa569f690f1b608
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MADSEQ_1.26.0.tar.gz
+ sha256sums = 963adfd33a8c430ac10763d043403f982f01056e58d24515e3a9e838fec334c5
pkgname = r-madseq
diff --git a/PKGBUILD b/PKGBUILD
index b41c2012d020..142ae5a67601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MADSEQ
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Mosaic Aneuploidy Detection and Quantification using Massive Parallel Sequencing Data'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('899bb6ac344bb843e5db9aaf2f0eb6a2e057fdb779a397e4baa569f690f1b608')
+sha256sums=('963adfd33a8c430ac10763d043403f982f01056e58d24515e3a9e838fec334c5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"