summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:45:01 +0000
committerBioArchLinuxBot2023-04-27 05:45:01 +0000
commit54651b56e6585fb239276f3f6b3fff2d0db36063 (patch)
treef54be92f39183dc34e6d321d3dc2ec7e4c2b595c
parent15070c71cb769d403dbfc8b61e2246bfdf58a23f (diff)
downloadaur-54651b56e6585fb239276f3f6b3fff2d0db36063.tar.gz
[lilac] updated to 1.60.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6b3f330366..ad47d4e23d16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-multiscan
pkgdesc = R package for combining multiple scans
- pkgver = 1.58.0
+ pkgver = 1.60.0
pkgrel = 1
url = https://bioconductor.org/packages/multiscan
arch = x86_64
license = GPL
depends = r
depends = r-biobase
- source = https://bioconductor.org/packages/release/bioc/src/contrib/multiscan_1.58.0.tar.gz
- sha256sums = debd14922b5ee92d99d4493825b1de0499bd30e156c2b661ca6c7c9bae7249ba
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiscan_1.60.0.tar.gz
+ sha256sums = b7f7a35e9afe34b12ab941e313f4525d0fe212c317b11b7d848ce46f9e333073
pkgname = r-multiscan
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}"