summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 18:09:32 +0000
committerBioArchLinuxBot2023-10-28 18:09:32 +0000
commit26ecb021e586e7fd2916eb7757da725c98191e75 (patch)
tree3783809463d09191a430ac2ebc0caa3d4587f5fc
parent74ae30f7afce46fa131383c0e0e3e682e6713386 (diff)
downloadaur-r-biodblipidmaps.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332616d7646f..cce44c9fef67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-biodblipidmaps
pkgdesc = biodbLipidmaps, a library for connecting to the Lipidmaps Structure database
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/biodbLipidmaps
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-biodblipidmaps
optdepends = r-rmarkdown
optdepends = r-roxygen2
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbLipidmaps_1.7.0.tar.gz
- sha256sums = e88962bd0f9865820144a77330943ac19c8dcd3a05ae16260cab1b671b7958e1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbLipidmaps_1.8.0.tar.gz
+ sha256sums = ba97d2b5411ff4e261201bf24740d7f07a201478f7f995c400bfde123347ff83
pkgname = r-biodblipidmaps
diff --git a/PKGBUILD b/PKGBUILD
index 865a2bd334d9..7159139ebdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biodbLipidmaps
-_pkgver=1.7.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='biodbLipidmaps, a library for connecting to the Lipidmaps Structure database'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e88962bd0f9865820144a77330943ac19c8dcd3a05ae16260cab1b671b7958e1')
+sha256sums=('ba97d2b5411ff4e261201bf24740d7f07a201478f7f995c400bfde123347ff83')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"