summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 13:40:48 +0000
committerBioArchLinuxBot2023-10-27 13:40:48 +0000
commit403e99e924d6b6c691120a5912bb1515fe2629cf (patch)
tree2aa30946b2663ab7a6b136a8dec5d68cad621d39
parent5967eef1e4d5f2b4921b01b5493cf2c73656bc39 (diff)
downloadaur-403e99e924d6b6c691120a5912bb1515fe2629cf.tar.gz
[lilac] updated to 2.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c2ba5d7719..236fe52994c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-epivizr
pkgdesc = R Interface to epiviz web app
- pkgver = 2.30.0
+ pkgver = 2.32.0
pkgrel = 1
url = https://bioconductor.org/packages/epivizr
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-epivizr
optdepends = r-roxygen2
optdepends = r-summarizedexperiment
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/epivizr_2.30.0.tar.gz
- sha256sums = 94d4dec29a6beb16e065ee4e8c2b67ec1652fcbc93f738b25a522a8003acd6f8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/epivizr_2.32.0.tar.gz
+ sha256sums = 3217a45762f882999006c05e21a3a3fe444c19cbfaea447f90c5db7180347124
pkgname = r-epivizr
diff --git a/PKGBUILD b/PKGBUILD
index 4213df9389ef..0e593a85f379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epivizr
-_pkgver=2.30.0
+_pkgver=2.32.0
pkgname=r-${_pkgname,,}
-pkgver=2.30.0
+pkgver=2.32.0
pkgrel=1
pkgdesc='R Interface to epiviz web app'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('94d4dec29a6beb16e065ee4e8c2b67ec1652fcbc93f738b25a522a8003acd6f8')
+sha256sums=('3217a45762f882999006c05e21a3a3fe444c19cbfaea447f90c5db7180347124')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"