summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 19:01:39 +0000
committerBioArchLinuxBot2024-05-01 19:01:39 +0000
commit95a446082e5669cafe3769a41b94e05b30b60296 (patch)
treea2e54a5fcaf3504a504e35454103f877673f5961 /PKGBUILD
parentea59ad1bc5a563d081b5e0919cdf9e80fc5d9378 (diff)
downloadaur-r-aroma.light.tar.gz
[lilac] updated to 3.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4936557b9e91..5a6b48cb3ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=aroma.light
-_pkgver=3.32.0
+_pkgver=3.34.0
pkgname=r-${_pkgname,,}
-pkgver=3.32.0
+pkgver=3.34.0
pkgrel=1
pkgdesc='Light-Weight Methods for Normalization and Visualization of Microarray Data using Only Basic R Data Types'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-princurve
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('68a1adac23a4f756bc6369af82f54de57c717bfe1e5e3d54004e3baa01add9c4')
+sha256sums=('9fef7be410af21d4a02217f3f459168147d9f745fbe7f909e1576a3b075944ec')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"