summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 13:30:09 +0000
committerBioArchLinuxBot2023-10-27 13:30:09 +0000
commit863be3c63dad216669d2f9284f97cce8d2516c63 (patch)
tree0b0140c55c7715a44db0b34eae7fc163ac89cf72 /PKGBUILD
parent1451e0a83a447078d2b035d9b6204a863c8d29c4 (diff)
downloadaur-r-deconvr.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e584d60b69c7..d8a3daff1634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=deconvR
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('49360672b1d5eb11e38752a1b54c10f29610db252abce0ec8a34789e6fd1b2e4')
+sha256sums=('2358e1bfee30fa0164c609fdfb86101d34346a4dce7a416dfa9c6be414b7845e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"