summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 22:45:22 +0000
committerBioArchLinuxBot2022-11-03 22:45:22 +0000
commitb395021147ff4a66b83263c711c4f457d6c0ea7e (patch)
treee14579884507ad0045db8339e655f6cfc6ea22de /PKGBUILD
parent3c2a68e91b685487c703646a97075d82ff986782 (diff)
downloadaur-b395021147ff4a66b83263c711c4f457d6c0ea7e.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fa9f71c7664..97f733d8df5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epivizrChart
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='R interface to epiviz web components'
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('356b7ea0f4115be9705f5c126a354042c2864dc8a0b4a819ee6bd972eef5de5f')
+sha256sums=('940a58428302e283ded73d054d46bc84a70e4235754650cef3dc1ed54a1c20fb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"