summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-07-15 10:53:13 +1000
committerRhinoceros2021-07-15 10:53:13 +1000
commit0d5c93fbe25d8e0968ab78e46802862db26bf683 (patch)
tree70f00f46869497a0864bcb083a11b30b7b221134
parentb765fb295f5099334a6236e3bfdbf01671db41f5 (diff)
downloadaur-0d5c93fbe25d8e0968ab78e46802862db26bf683.tar.gz
Update to 2.10.2-1
* Upstream changelog: This bug fix release includes the following improvements: Fixed a problem with displaying extra large chromosomes (1024^3 bp). (Git issue #977 - initial issue) Fixed a problem with loading BAM files that do not store read sequence. (Git issue #977 - part 2) Tracks generated via Tools > Find Motif are now correctly saved in sessions. (Git issue #988) Fixed a problem in alignment tracks that caused the right-click popup menu command Copy read details to the clipboard to fail. Fixed a problem that sometimes occurred when reloading tracks (via File > Reload Tracks) if using a local reference genome.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6d45727986..bca4f37cf4c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = igv
pkgdesc = High-performance visualization tool for interactive exploration of large, integrated genomic datasets. From Broad Institute.
- pkgver = 2.10.1
+ pkgver = 2.10.2
pkgrel = 1
url = http://www.broadinstitute.org/software/igv/home
arch = any
@@ -8,13 +8,13 @@ pkgbase = igv
depends = jre11-openjdk
depends = archlinux-java-run
depends = sh
- source = https://data.broadinstitute.org/igv/projects/downloads/2.10/IGV_Linux_2.10.1_WithJava.zip
+ source = https://data.broadinstitute.org/igv/projects/downloads/2.10/IGV_Linux_2.10.2_WithJava.zip
source = igv.sh
source = igv_hidpi.sh
source = igv.desktop
source = igv_hidpi.desktop
source = igv-license-2020.txt::https://raw.githubusercontent.com/igvteam/igv/master/license.txt
- sha512sums = cc877235b27ce3e2801424d128e8fea0385848ba26e3b1fa3b63816c1de01befde2fd468a999a415bf940e6815f34869d9bfe914afd428511e1a14d67130fad9
+ sha512sums = f7cde024fb92267382652e595f99702625940519472a2533fdd421329c58cc28550e540d264595385d867ccc6ff96a283c19eff79dc6d27d8c002c9bc127e706
sha512sums = 70de493d5188d6eedbd0bf7c74d41ce4829efab75e3a79b56f998326c209d0184f5d3624d6b85d01ad93f0462e785c314322ef4a9260ead6d747f1791ecbe649
sha512sums = 60c9c8c6f66259a4edafd1d58d1f1ebcda4450f7620d4c0fc987d5875c2fd531bc2a3159fcdb77975bf07002036e3544f4d301a31d1085ab24d576eea1f8adcb
sha512sums = c6bd4fc8bb7e43ee0fe9a4709e716d015c678bdd8bcb897876c267ec48441e2383aebb26b80457d2238f79546537af3409aa698544dc0043ff2c921f18126662
diff --git a/PKGBUILD b/PKGBUILD
index 9f2b89d46885..5283ad9e4c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Co-maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=igv
-pkgver=2.10.1
+pkgver=2.10.2
minor_pkgver=$(<<<$pkgver sed -E 's/^([0-9]+\.[0-9]+)\..*/\1/')
_pkgver=${pkgver//_/-} # currently not needed
pkgrel=1
@@ -21,7 +21,7 @@ source=("https://data.broadinstitute.org/igv/projects/downloads/${minor_pkgver}/
"$pkgname.desktop"
"igv_hidpi.desktop"
"${pkgname}-license-2020.txt::https://raw.githubusercontent.com/igvteam/igv/master/license.txt")
-sha512sums=('cc877235b27ce3e2801424d128e8fea0385848ba26e3b1fa3b63816c1de01befde2fd468a999a415bf940e6815f34869d9bfe914afd428511e1a14d67130fad9'
+sha512sums=('f7cde024fb92267382652e595f99702625940519472a2533fdd421329c58cc28550e540d264595385d867ccc6ff96a283c19eff79dc6d27d8c002c9bc127e706'
#'e71a0dc70c717b3db00268632500b5723b8cddb1ecfbd8ce48b77ffad59bf93a8d275cc5ebd18b9eb1025200438ac55ec348def343b1b5f72a2c982b5dc4cc90'
'70de493d5188d6eedbd0bf7c74d41ce4829efab75e3a79b56f998326c209d0184f5d3624d6b85d01ad93f0462e785c314322ef4a9260ead6d747f1791ecbe649'
'60c9c8c6f66259a4edafd1d58d1f1ebcda4450f7620d4c0fc987d5875c2fd531bc2a3159fcdb77975bf07002036e3544f4d301a31d1085ab24d576eea1f8adcb'