summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:00:18 +0000
committerBioArchLinuxBot2022-11-02 22:00:18 +0000
commitae60daace61d41a678d07d46938eac94c9d3ab3f (patch)
tree9df0bf6b1f70ae3ef1fcf83be44cec0d73397d3f
parent548d81e618c4f22445dc4d405758dd753dc57a10 (diff)
downloadaur-ae60daace61d41a678d07d46938eac94c9d3ab3f.tar.gz
[lilac] updated to 1.64.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd129d6d45d..a18c7e2ac075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-quantsmooth
pkgdesc = Quantile smoothing and genomic visualization of array data
- pkgver = 1.62.0
+ pkgver = 1.64.0
pkgrel = 1
url = https://bioconductor.org/packages/quantsmooth
arch = any
license = GPL
depends = r
depends = r-quantreg
- source = https://bioconductor.org/packages/release/bioc/src/contrib/quantsmooth_1.62.0.tar.gz
- sha256sums = 3a2bf8786a52c3709c2b5baf006f77365acd806cc2383005b24d471a43a8ea08
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/quantsmooth_1.64.0.tar.gz
+ sha256sums = f7c68e30ab169fe2a13928b7fb06f3714e859abdb1456f1e6901acbc86e6bca9
pkgname = r-quantsmooth
diff --git a/PKGBUILD b/PKGBUILD
index 86e2aea04cad..8c5c18bd9da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantsmooth
-_pkgver=1.62.0
+_pkgver=1.64.0
pkgname=r-${_pkgname,,}
-pkgver=1.62.0
+pkgver=1.64.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=('3a2bf8786a52c3709c2b5baf006f77365acd806cc2383005b24d471a43a8ea08')
+sha256sums=('f7c68e30ab169fe2a13928b7fb06f3714e859abdb1456f1e6901acbc86e6bca9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"