summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:55:25 +0000
committerBioArchLinuxBot2023-04-29 08:55:25 +0000
commitc6cb02dd222805b4f79dc3ed5f93d9e12a8dc853 (patch)
treeadfd8afea52d1c632ddd60f1fc68672767a75962 /PKGBUILD
parent11e9325c407e90701bab53cc4739e566485e2911 (diff)
downloadaur-c6cb02dd222805b4f79dc3ed5f93d9e12a8dc853.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eaaf9585c52..af6d018dca57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DeMixT
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Cell type-specific deconvolution of heterogeneous tumor samples with two or three components using expression data from RNAseq or microarray platforms'
arch=('x86_64')
@@ -26,7 +26,7 @@ depends=(
r-sva
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8c8820539068ca225ce7cc39a4e3be82c41f5a8741d6816997643b23679f130a')
+sha256sums=('ea3ae973bc5ea1281193335f3175e1cda1da043b44c90746798c0240d2bae118')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"