summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 15:31:26 +0000
committerBioArchLinuxBot2023-10-28 15:31:26 +0000
commit67bbfb1f45ecb208b1c2b5ddcb20256d2bd7b982 (patch)
treefadcaef924b5cf0518d671241c43ac8986f3f65e
parent16711ac2919071dadb9ef7d57bf8631ec440423f (diff)
downloadaur-67bbfb1f45ecb208b1c2b5ddcb20256d2bd7b982.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4edafc6033..1a79854ee8a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-lobstahs
pkgdesc = Lipid and Oxylipin Biomarker Screening through Adduct Hierarchy Sequences
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/LOBSTAHS
arch = any
@@ -11,7 +11,7 @@ pkgbase = r-lobstahs
optdepends = r-knitr
optdepends = r-pth2o2lipids
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/LOBSTAHS_1.26.0.tar.gz
- sha256sums = 6d6cb82cc9b9b613eb6e580971d71c2bcd63b38f83152e585b173885cf81aae4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/LOBSTAHS_1.28.0.tar.gz
+ sha256sums = cd685033832ebf0f439f6182a00b9d484fa5bcbf15adae129d5b4b18c8687e3d
pkgname = r-lobstahs
diff --git a/PKGBUILD b/PKGBUILD
index 7aaea7a1379e..757fcf1e718c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LOBSTAHS
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Lipid and Oxylipin Biomarker Screening through Adduct Hierarchy Sequences'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6d6cb82cc9b9b613eb6e580971d71c2bcd63b38f83152e585b173885cf81aae4')
+sha256sums=('cd685033832ebf0f439f6182a00b9d484fa5bcbf15adae129d5b4b18c8687e3d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"