summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 05:04:23 +0000
committerBioArchLinuxBot2024-05-03 05:04:23 +0000
commit960e855a0f6febbdff256e2c14bca30e446fc2d4 (patch)
treeff06366865c41949c7d7f1c4f1aece5557fe3679 /PKGBUILD
parentd95ba8f2850de81724fa6557b4fe5a2aa9c2e291 (diff)
downloadaur-960e855a0f6febbdff256e2c14bca30e446fc2d4.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f578a34cbd3f..9d1f48df7e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MADSEQ
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.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=('dd23424c3391e22bbc11136e19240c9ff7e49f4d4f35887eb589021a7e926f81')
+sha256sums=('a79276c5404bb5cc30c73cccbe2e5ac56243b3383b53465212742b6dd1e3252c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"