summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:13:00 +0000
committerBioArchLinuxBot2023-04-27 04:13:00 +0000
commit9876b4254c666fa836ecf2695a05f7fdbe6c18e7 (patch)
tree021addd4599f0efe77189d3bc5bc7458dffba8f4
parent2bdfe8dea5260b858a64e37234ed878771da5b89 (diff)
downloadaur-9876b4254c666fa836ecf2695a05f7fdbe6c18e7.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba8ad7a03f5..e9be28cedb26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-chemmineob
pkgdesc = R interface to a subset of OpenBabel functionalities
- pkgver = 1.36.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/ChemmineOB
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = r-chemmineob
optdepends = r-knitr
optdepends = r-knitrbootstrap
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ChemmineOB_1.36.0.tar.gz
- sha256sums = 3c3c67e11e8014cf9f3522afe6f3a2fab9d6580123a80eafa1ceff3efb8ba24a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ChemmineOB_1.38.0.tar.gz
+ sha256sums = 9115e25d3be94148fcc549b22af107c3fe0055569ac4e36ce161a203a8698450
pkgname = r-chemmineob
diff --git a/PKGBUILD b/PKGBUILD
index 4129c3a1d790..a5da46efdd0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ChemmineOB
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='R interface to a subset of OpenBabel functionalities'
arch=('x86_64')
@@ -29,7 +29,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3c3c67e11e8014cf9f3522afe6f3a2fab9d6580123a80eafa1ceff3efb8ba24a')
+sha256sums=('9115e25d3be94148fcc549b22af107c3fe0055569ac4e36ce161a203a8698450')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"