summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 01:20:48 +0000
committerBioArchLinuxBot2023-10-26 01:20:48 +0000
commit58d5a77aa25f53ea89ffa121f6c00b43799be97f (patch)
treeab9c474353872eef5419c5a4cc1f58e0f9c8de67
parent5f4b7f713783a3589ae75438a6771c3b9cb19aa1 (diff)
downloadaur-58d5a77aa25f53ea89ffa121f6c00b43799be97f.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8a21918e8e..03d17cc058ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-xina
pkgdesc = Multiplexes Isobaric Mass Tagged-based Kinetics Data for Network Analysis
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/XINA
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-xina
depends = r-stringdb
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/XINA_1.18.0.tar.gz
- sha256sums = 039cc684153e7e0bbfe476c1911d2a362912bbf629ad734c5c8ee7645f47d3af
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/XINA_1.20.0.tar.gz
+ sha256sums = a3efd333384ed84772da089dce1abd05a6520178a7949ef163186927d717dcb2
pkgname = r-xina
diff --git a/PKGBUILD b/PKGBUILD
index c400dc474177..ee4aa95446ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=XINA
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Multiplexes Isobaric Mass Tagged-based Kinetics Data for Network Analysis'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('039cc684153e7e0bbfe476c1911d2a362912bbf629ad734c5c8ee7645f47d3af')
+sha256sums=('a3efd333384ed84772da089dce1abd05a6520178a7949ef163186927d717dcb2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"