summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:09:41 +0000
committerBioArchLinuxBot2024-05-03 02:09:41 +0000
commit4b4fc2b3de487f4faa81b2dd652bd10e8813ac84 (patch)
tree52a49e583f25ea87492954531675a556d1da102d /PKGBUILD
parentc5d691d6193d026acbe5a3a9e120dcafdfce1124 (diff)
downloadaur-r-ptairms.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d2a6f3c1450..aee97db091f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ptairMS
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Pre-processing PTR-TOF-MS Data'
arch=('x86_64')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1fa231c1c9aa28ac336710e12eed0611a23b0a1ed09e98e38246b61d525f5662')
+sha256sums=('ef8ded17b63e15febb78199d9d3a1789e0820f77ac7d8c8e1c392fb85b251064')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"