summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-10 18:09:45 +0000
committerBioArchLinuxBot2023-07-10 18:09:45 +0000
commit11305efdeac38c47bd85b2618050cffd5823f726 (patch)
treee2e543502d7ebfe23551ff140853f008c542a78b /PKGBUILD
parentd5307c0dee350964d0f57c9ebd14ead835dc30cb (diff)
downloadaur-11305efdeac38c47bd85b2618050cffd5823f726.tar.gz
[lilac] updated to 1.78.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62702e24c35c..0728b69920e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=affy
-_pkgver=1.78.0
+_pkgver=1.78.1
pkgname=r-${_pkgname,,}
-pkgver=1.78.0
+pkgver=1.78.1
pkgrel=1
pkgdesc='Methods for Affymetrix Oligonucleotide Arrays'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=(
r-widgettools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ee5a89a3f6181d123368951c69f4f7d88ec074fd1412065ad4c1dfe7a9eb1796')
+sha256sums=('5ccb8f084ab47c6906322185f13b9a2b888c35ab46ada83a0c53a0a394bd48f6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"