summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:06:09 +0000
committerBioArchLinuxBot2024-05-01 23:06:09 +0000
commit57bfb938c53513fe6e375636f6399ab5f2a07812 (patch)
tree0d4c311cb6466e58dd961d73e0a635003f859d48
parentedd988f7fefb1c90982b8090b7ba5104bfed4992 (diff)
downloadaur-57bfb938c53513fe6e375636f6399ab5f2a07812.tar.gz
[lilac] updated to 1.2.0-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efcecd7adf3f..6f919c2bf56a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-cardinalio
pkgdesc = Read and write mass spectrometry imaging files
- pkgver = 1.0.0
- pkgrel = 1
+ pkgver = 1.2.0
+ pkgrel = 4
url = https://bioconductor.org/packages/CardinalIO
arch = x86_64
license = Artistic2.0
@@ -13,7 +13,7 @@ pkgbase = r-cardinalio
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CardinalIO_1.0.0.tar.gz
- sha256sums = c6569a101b121b1445c785f7cb17214a55d1630ac0a774e7e5e32ca199293d4f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CardinalIO_1.2.0.tar.gz
+ sha256sums = 35f8d56f75e15e3aba6e5e1f9f6f35f86bbeaacf2352bcfab0a5e259e95bf24f
pkgname = r-cardinalio
diff --git a/PKGBUILD b/PKGBUILD
index 76ffaa2c9b30..9f7720a2c8ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=CardinalIO
-_pkgver=1.0.0
+_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
-pkgrel=1
+pkgrel=4
pkgdesc='Read and write mass spectrometry imaging files'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c6569a101b121b1445c785f7cb17214a55d1630ac0a774e7e5e32ca199293d4f')
+sha256sums=('35f8d56f75e15e3aba6e5e1f9f6f35f86bbeaacf2352bcfab0a5e259e95bf24f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"