summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-14 00:10:03 +0000
committerBioArchLinuxBot2022-07-14 00:10:03 +0000
commit336efa2b7d9414e231458456e54d1d3954838a31 (patch)
treeb236c1360a506a43dd09e3bc17c57af95994531a /PKGBUILD
parent417a27676234257c02e6b28b0f928d59b868acf2 (diff)
downloadaur-336efa2b7d9414e231458456e54d1d3954838a31.tar.gz
[lilac] updated to 3.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d4a6bd8d267..e7753949344b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggtree
-_pkgver=3.4.0
+_pkgver=3.4.1
pkgname=r-${_pkgname,,}
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc='an R package for visualization of tree and annotation data'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-tibble
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('64fa2762990c6d5c4840e8b8e9cd68ec50202da666eab4bc3814ec6b1139790c')
+sha256sums=('989ec21dc9fd8f467c53a5df56bad57efb5faefbf323c5b6c5f1716100731827')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"