summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:25:11 +0000
committerBioArchLinuxBot2022-11-04 00:25:11 +0000
commit272eb1bd2ed3e19d83128195c46def9e2c337c2b (patch)
tree520723f90e98071f9f1ed8dbc5e2cc4ca109c310 /PKGBUILD
parent1c16ef9cc558057beb8c2a4725532349da60a9fe (diff)
downloadaur-272eb1bd2ed3e19d83128195c46def9e2c337c2b.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb5638307d2b..f95b483b492e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epivizrStandalone
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.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=('aa3d40ac743221b5e9eda0b6a5b05f920cbf306190b95b9969fab6c3f5111ac5')
+sha256sums=('b5684f48cfd82eb1c0fffd4232f467030af4a924ff026850c4396b3613bfb83c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"