summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-23 00:01:42 +0000
committerBioArchLinuxBot2022-12-23 00:01:42 +0000
commitabc63c5907f260045cd48bc147c0bb56e1059c97 (patch)
tree31179d93024e04b318dad24e2d854820196c6979 /PKGBUILD
parent05f7f51e2b307408cb4585688f8c23da643a2eb0 (diff)
downloadaur-abc63c5907f260045cd48bc147c0bb56e1059c97.tar.gz
[lilac] updated to 2.24.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a03fced2356a..706b85ce7a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MSnbase
-_pkgver=2.24.0
+_pkgver=2.24.2
pkgname=r-${_pkgname,,}
-pkgver=2.24.0
+pkgver=2.24.2
pkgrel=1
pkgdesc='Base Functions and Classes for Mass Spectrometry and Proteomics'
arch=('x86_64')
@@ -58,7 +58,7 @@ optdepends=(
r-zoo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9f017860ef98de36e31623660401f660cf87cf2f134531af017be96331a95799')
+sha256sums=('8727e255ae4f10e772935a720118f3b97d674e8d2f6f185d871e270b7320b849')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"