summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:56:52 +0000
committerBioArchLinuxBot2023-04-27 01:56:52 +0000
commit345ee895f6ac201023ff8332d1ceee541037071a (patch)
tree29786028e3e43d6f9a3a688430915816894c3693
parentae60daace61d41a678d07d46938eac94c9d3ab3f (diff)
downloadaur-345ee895f6ac201023ff8332d1ceee541037071a.tar.gz
[lilac] updated to 1.66.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18c7e2ac075..e7b00f244eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-quantsmooth
pkgdesc = Quantile smoothing and genomic visualization of array data
- pkgver = 1.64.0
+ pkgver = 1.66.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.64.0.tar.gz
- sha256sums = f7c68e30ab169fe2a13928b7fb06f3714e859abdb1456f1e6901acbc86e6bca9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/quantsmooth_1.66.0.tar.gz
+ sha256sums = 7d9f10d3e69fd08bd111e837d0e267dba4d243830ea335de614f961f37509216
pkgname = r-quantsmooth
diff --git a/PKGBUILD b/PKGBUILD
index 8c5c18bd9da4..0bae0a2584f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantsmooth
-_pkgver=1.64.0
+_pkgver=1.66.0
pkgname=r-${_pkgname,,}
-pkgver=1.64.0
+pkgver=1.66.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=('f7c68e30ab169fe2a13928b7fb06f3714e859abdb1456f1e6901acbc86e6bca9')
+sha256sums=('7d9f10d3e69fd08bd111e837d0e267dba4d243830ea335de614f961f37509216')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"