summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 14:46:00 +0000
committerBioArchLinuxBot2024-05-03 14:46:00 +0000
commit1e99e859e4c9bc1a385c963d746cd9131e788426 (patch)
tree6469040374b51e14176a5aed93fff7903fd0dcaf /PKGBUILD
parent8ec9974d4a46ea11c7f45b11a47f6f02d0e5d677 (diff)
downloadaur-r-epivizrstandalone.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cb59c13d867..530c8daca02b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epivizrStandalone
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Run Epiviz Interactive Genomic Data Visualization App within R'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e3bb330626d357158de693acb779b74a5067b927e531e926bf0939389f1afa4c')
+sha256sums=('9fac32f0aca8bae0c70fce6acde6b61b4443effb6e4629e36aca61a09e7e3663')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"