summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 14:15:46 +0000
committerBioArchLinuxBot2025-04-18 14:15:46 +0000
commita0e4d886053fde3f7f934cf29d6828a782c8c707 (patch)
tree9d3d72a29fc72733de6aa2cd19ef141599df4d1b /PKGBUILD
parent2e66527e3c219a3e27f120b2688bed49e3d45026 (diff)
downloadaur-r-qsmooth.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 061e7edb101f..50ec62abcd67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qsmooth
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Smooth quantile normalization'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('25b460dd7d362b5b41721505e0fe69661d34df8c17a2521cb23c8e9f9b227ed2')
+sha256sums=('7860cde9616e7828b0d1f59666718629477eaf32ecf469a98fcaf48aa6d3711d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"