summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 02:04:32 +0000
committerBioArchLinuxBot2024-10-31 02:04:32 +0000
commit1da97cafeb8aa28908ff654248e88978cb57c6d7 (patch)
tree2e3e60c0d3e7033d224e3ff091bb14bf115eed79 /PKGBUILD
parentbcbca2aa16610a35559f714653161ab7cb565571 (diff)
downloadaur-r-quantsmooth.tar.gz
[lilac] updated to 1.72.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59bfe5ab0299..de1addbcd842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantsmooth
-_pkgver=1.70.0
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.0
+pkgver=1.72.0
pkgrel=1
pkgdesc='Quantile smoothing and genomic visualization of array data'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r-quantreg
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ec1d0c5271edd34a9719222c098d86dbfcc919030026e2074d62110930ccedd5')
+sha256sums=('97441df93dc94f5015742d1dcac85af930db66b7e74926ecc11d56fcca9d345b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"