summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-18 12:02:54 +0000
committerBioArchLinuxBot2022-07-18 12:02:54 +0000
commit021694fb0046a9f3dbfdbc9fd0cd6a3c1a245c19 (patch)
tree2a704c8091404be760c3f8826419fb44b43cbec7 /PKGBUILD
parent7acf17055db33eb6580634ea51940c4d49181f56 (diff)
downloadaur-021694fb0046a9f3dbfdbc9fd0cd6a3c1a245c19.tar.gz
[lilac] updated to 3.2.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1fdbb69506d..aba287fff645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=aroma.affymetrix
-_pkgver=3.2.0
+_pkgver=3.2.1
pkgname=r-${_pkgname,,}
-pkgver=3.2.0
-pkgrel=4
+pkgver=3.2.1
+pkgrel=1
pkgdesc='Analysis of Large Affymetrix Microarray Data Sets'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -43,7 +43,7 @@ optdepends=(
r-rcolorbrewer
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d279cf13cf6ed8369cfdf6682ace12924379bad578003453449aa1ccec31b0a7')
+sha256sums=('7aefbbddf94f6fc0ee2dec261f0caa6ca28d5f36aa7f7534ffb5f4e10ec4f5fb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"