summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-09 00:02:03 +0000
committerBioArchLinuxBot2022-11-09 00:02:03 +0000
commit2ee3e193de7baab8a23b97b712a00c3c9e58a48f (patch)
tree5efbb1264e0d4650d42e73ada93caaee871f7fcb
parent44a2938ba65572f7b119ecbf792778b35300fe03 (diff)
downloadaur-2ee3e193de7baab8a23b97b712a00c3c9e58a48f.tar.gz
[lilac] updated to 3.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8ae0e540ff..f5468b7aee00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ggtree
pkgdesc = an R package for visualization of tree and annotation data
- pkgver = 3.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://bioconductor.org/packages/ggtree
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-ggtree
optdepends = r-stats
optdepends = r-testthat
optdepends = r-tibble
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ggtree_3.6.0.tar.gz
- sha256sums = 478f1e93699e98d8447e80987faed9a90acc786175f77cb7b881237650a0d737
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ggtree_3.6.1.tar.gz
+ sha256sums = 916b6ec644c1abc6a09ebc4d0eb05c2db7374b03340f346877505549636c23d3
pkgname = r-ggtree
diff --git a/PKGBUILD b/PKGBUILD
index 8552963903fb..8756f62dc3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggtree
-_pkgver=3.6.0
+_pkgver=3.6.1
pkgname=r-${_pkgname,,}
-pkgver=3.6.0
+pkgver=3.6.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=('478f1e93699e98d8447e80987faed9a90acc786175f77cb7b881237650a0d737')
+sha256sums=('916b6ec644c1abc6a09ebc4d0eb05c2db7374b03340f346877505549636c23d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"