summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:45:01 +0000
committerBioArchLinuxBot2023-04-27 05:45:01 +0000
commit54651b56e6585fb239276f3f6b3fff2d0db36063 (patch)
treef54be92f39183dc34e6d321d3dc2ec7e4c2b595c /PKGBUILD
parent15070c71cb769d403dbfc8b61e2246bfdf58a23f (diff)
downloadaur-54651b56e6585fb239276f3f6b3fff2d0db36063.tar.gz
[lilac] updated to 1.60.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce448cdcde51..783757c15411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiscan
-_pkgver=1.58.0
+_pkgver=1.60.0
pkgname=r-${_pkgname,,}
-pkgver=1.58.0
+pkgver=1.60.0
pkgrel=1
pkgdesc='R package for combining multiple scans'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=(
r-biobase
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('debd14922b5ee92d99d4493825b1de0499bd30e156c2b661ca6c7c9bae7249ba')
+sha256sums=('b7f7a35e9afe34b12ab941e313f4525d0fe212c317b11b7d848ce46f9e333073')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"