summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-12-07 12:30:48 +1100
committerRhinoceros2016-12-07 12:30:48 +1100
commit280c252b7ab12a73c590f47f138d718c432db99a (patch)
treeea0f3497914cc795bfa728ce8b2c11c90e9b6d25
parentad30b2a56fc8c36309ff0fea2cef9f8ed9bc16ef (diff)
downloadaur-280c252b7ab12a73c590f47f138d718c432db99a.tar.gz
Update to 1.4.3-1
* Upstream changelog: Bug fixes New features: Node shape option can now show shapes for internal or external nodes or both. Copying selected taxon labels when these are selected, subtree when branches are selected. Selecting 'reverse axis' should automatically reverse the Time Scale scale factor. Previously the user needed to set this to -1.0. When searching for text, scrolls to show highlighted tip. Bugs fixed: Issue 102: Large SVG files from figtree are broken Issue 95: Changing the origin value for the Scale Axis does not work Issue 94: The trait legend overlaps the tree. Issue 93: Command-line PDF/SVG export options not working Issue 92: Reading a file with a mix of integer and real node labels causes exception. Issue 90: Export picture cuts the top of the higest tip label Issue 79: Export of .SVG produces corrupt files
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad7fde24a4c..636aa2a796ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Dec 7 01:24:49 UTC 2016
pkgbase = figtree
pkgdesc = Graphical viewer of phylogenetic trees
- pkgver = 1.4.2
- pkgrel = 2
+ pkgver = 1.4.3
+ pkgrel = 1
url = http://tree.bio.ed.ac.uk/software/figtree
arch = any
license = GPL2
depends = java-environment
- source = figtree-1.4.2.tar.gz::http://tree.bio.ed.ac.uk/download.php?id=90&num=3
+ source = figtree-1.4.3.tar.gz::http://tree.bio.ed.ac.uk/download.php?id=96&num=3
source = figtree.patch
source = figtree.desktop
- sha256sums = 5064509fbe8cf069c6b0f8fdacf8c3f651971b11956484ce98a18a114ce1a096
+ sha256sums = f497d4dd3a6d220f6b62495b6f47a12ade50d87dbd8d6089f168e94d202f937b
sha256sums = 8387f23770fed27566b01c9cf1b95f958cade55a90d63916bf7edee383c33321
sha256sums = 93aaadf4db141c57c5a84fe6e9e875af5091c9fe468f41adb8ce6c02ed214ab3
diff --git a/PKGBUILD b/PKGBUILD
index 8f10f4699d10..bfc666312667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Alexandre G <alex foo lecairn bar org>
pkgname=figtree
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
pkgdesc='Graphical viewer of phylogenetic trees'
arch=('any')
url='http://tree.bio.ed.ac.uk/software/figtree'
license=('GPL2') # as stated in http://code.google.com/p/figtree/
depends=('java-environment')
-source=("$pkgname-$pkgver.tar.gz::http://tree.bio.ed.ac.uk/download.php?id=90&num=3"
+source=("$pkgname-$pkgver.tar.gz::http://tree.bio.ed.ac.uk/download.php?id=96&num=3"
"${pkgname}.patch"
"${pkgname}.desktop")
-sha256sums=('5064509fbe8cf069c6b0f8fdacf8c3f651971b11956484ce98a18a114ce1a096'
+sha256sums=('f497d4dd3a6d220f6b62495b6f47a12ade50d87dbd8d6089f168e94d202f937b'
'8387f23770fed27566b01c9cf1b95f958cade55a90d63916bf7edee383c33321'
'93aaadf4db141c57c5a84fe6e9e875af5091c9fe468f41adb8ce6c02ed214ab3')