summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:45:09 +0000
committerBioArchLinuxBot2022-11-02 20:45:09 +0000
commit64b4649f48c71cabdd501d31c8dbf8ec822cf020 (patch)
tree8dd4a617e0b66477cb78ee1b83f4c0e44640fe98 /PKGBUILD
parentba2afc65a9b49fc23a2093d1601e67132b17136e (diff)
downloadaur-64b4649f48c71cabdd501d31c8dbf8ec822cf020.tar.gz
[lilac] updated to 3.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 219ef95a9862..42f8f5f24c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=aroma.light
-_pkgver=3.26.0
+_pkgver=3.28.0
pkgname=r-${_pkgname,,}
-pkgver=3.26.0
-pkgrel=3
+pkgver=3.28.0
+pkgrel=1
pkgdesc='Light-Weight Methods for Normalization and Visualization of Microarray Data using Only Basic R Data Types'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -20,7 +20,7 @@ optdepends=(
r-princurve
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('da6fd263bcf8a66b8b6f09bc16a1360fc5c92c4c415794d22b4038bd79da8088')
+sha256sums=('c4463dec311c25ff2c54b2a92547eaa6453a125edecb70b64d76ba5ba7dbe905')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"