summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 15:34:12 +0000
committerBioArchLinuxBot2023-10-28 15:34:12 +0000
commit4a612fd8da67d291a1f3a8c17500c770aff4ba03 (patch)
treeb832e148009adcaa8a86a33bfe3c2e8c065d84a0
parent4506fb902b893f4189c36d7256cef57a58ac02b6 (diff)
downloadaur-4a612fd8da67d291a1f3a8c17500c770aff4ba03.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566aab8b9990..9a2758344796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mait
pkgdesc = Statistical Analysis of Metabolomic Data
- pkgver = 1.34.0
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/MAIT
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-mait
depends = r-xcms
optdepends = r-faahko
optdepends = r-rgl
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MAIT_1.34.0.tar.gz
- sha256sums = c8904ba98004b72bff946248d406bb6d2df74f9f353b93e0c6c4414cb27c4f25
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MAIT_1.36.0.tar.gz
+ sha256sums = cfc0d04449641e29cd782659b47f23ae4148e37f6a4a5cc64aadb65f41e192ce
pkgname = r-mait
diff --git a/PKGBUILD b/PKGBUILD
index a1d971a3c3b0..545d8e292c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MAIT
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Statistical Analysis of Metabolomic Data'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-rgl
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c8904ba98004b72bff946248d406bb6d2df74f9f353b93e0c6c4414cb27c4f25')
+sha256sums=('cfc0d04449641e29cd782659b47f23ae4148e37f6a4a5cc64aadb65f41e192ce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"