summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 13:50:27 +0000
committerBioArchLinuxBot2023-04-27 13:50:27 +0000
commit25b833d6148193ada41ad3b051e32e3620d947f8 (patch)
tree0aebc7719c1240551ff52544292572088a1cfbc8 /PKGBUILD
parentce33c121f6396e46fa8b9bd4f868677f4742bdf4 (diff)
downloadaur-25b833d6148193ada41ad3b051e32e3620d947f8.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 aaaaa6478685..47c52beb94f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=structToolbox
-_pkgver=1.10.1
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.1
+pkgver=1.12.0
pkgrel=1
pkgdesc='Data processing & analysis tools for Metabolomics and other omics'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('51ccbcf1458b5429d77e2d6849f59e6560c3f55cdd178fc7c22b8c7179145194')
+sha256sums=('ef523de8d8ac068278b27def9fb1677eaf8ca79c75cf655ba5ac34717209a0cc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"