summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:06:29 +0000
committerBioArchLinuxBot2023-04-27 07:06:29 +0000
commitafd2c4245b7cd616d2f092a925922464718891f7 (patch)
treebcadb1a7198dc674401142ca18016b39ac86ab87 /PKGBUILD
parentd99fddf76836a61daa9810ef6f81d219a8177011 (diff)
downloadaur-afd2c4245b7cd616d2f092a925922464718891f7.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"