summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 09:12:49 +0000
committerBioArchLinuxBot2023-04-29 09:12:49 +0000
commit1451e0a83a447078d2b035d9b6204a863c8d29c4 (patch)
tree476d001c30aff5543427ccb789fbf6e3079288a4 /PKGBUILD
parentacf0b0f5e4c3cddc8a5e2d85edb822f8fbfb4728 (diff)
downloadaur-1451e0a83a447078d2b035d9b6204a863c8d29c4.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9747c8952b9f..e584d60b69c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=deconvR
-_pkgver=1.4.3
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.3
+pkgver=1.6.0
pkgrel=1
pkgdesc='Simulation and Deconvolution of Omic Profiles'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ab1b82e667f63b874593aa640e96f50e8c2198d718caac365b05d5b133c1e7cb')
+sha256sums=('49360672b1d5eb11e38752a1b54c10f29610db252abce0ec8a34789e6fd1b2e4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"