summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:06:29 +0000
committerBioArchLinuxBot2023-04-27 07:06:29 +0000
commitafd2c4245b7cd616d2f092a925922464718891f7 (patch)
treebcadb1a7198dc674401142ca18016b39ac86ab87
parentd99fddf76836a61daa9810ef6f81d219a8177011 (diff)
downloadaur-afd2c4245b7cd616d2f092a925922464718891f7.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea3bca29af12..2168593d7393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tanggle
pkgdesc = Visualization of Phylogenetic Networks
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/tanggle
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-tanggle
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-tinytest
- source = https://bioconductor.org/packages/release/bioc/src/contrib/tanggle_1.4.0.tar.gz
- sha256sums = ef8c917580079d50c481d7484e75dfbc6ed5d2ea30465f7eb34cbbe0dd56b086
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/tanggle_1.6.0.tar.gz
+ sha256sums = 51c0e07be46ac42d56ef14beff5664de605bed16183d63535102b3e7f4ab0c2a
pkgname = r-tanggle
diff --git a/PKGBUILD b/PKGBUILD
index d932f92b55c2..3124757a5173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tanggle
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Visualization of Phylogenetic Networks'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ef8c917580079d50c481d7484e75dfbc6ed5d2ea30465f7eb34cbbe0dd56b086')
+sha256sums=('51c0e07be46ac42d56ef14beff5664de605bed16183d63535102b3e7f4ab0c2a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"