summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-03-03 10:52:28 +0100
committerPhilipp A2020-03-03 10:52:28 +0100
commitfc2e7956abf57635cd228df8721dd2e8a957c5e6 (patch)
treee4fb34b7d03e42d372d31822e0b9da0daf790148
parentf0be65782d10b087a8e60ba980d669846dff5ae3 (diff)
downloadaur-fc2e7956abf57635cd228df8721dd2e8a957c5e6.tar.gz
v2.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8991d19b8c75..77115dd50094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = hisat2
pkgdesc = A fast and sensitive alignment program for mapping next-generation sequencing reads against genomes
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://ccb.jhu.edu/software/hisat2
- arch = i686
arch = x86_64
license = GPLv3
- source = ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.1.0-source.zip
- sha256sums = 89a276eed1fc07414b1601947bc9466bdeb50e8f148ad42074186fe39a1ee781
+ source = hisat2-2.2.0-source.zip::https://cloud.biohpc.swmed.edu/index.php/s/hisat2-220-source/download
+ sha256sums = 0dd55168853b82c1b085f79ed793dd029db163773f52272d7eb51b3b5e4a4cdd
pkgname = hisat2
diff --git a/PKGBUILD b/PKGBUILD
index ef3209d37db9..8354d4338562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=hisat2
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='A fast and sensitive alignment program for mapping next-generation sequencing reads against genomes'
url="https://ccb.jhu.edu/software/$pkgname"
license=(GPLv3)
-arch=(i686 x86_64)
-source=("ftp://ftp.ccb.jhu.edu/pub/infphilo/$pkgname/downloads/$pkgname-$pkgver-source.zip")
-sha256sums=('89a276eed1fc07414b1601947bc9466bdeb50e8f148ad42074186fe39a1ee781')
+arch=(x86_64)
+source=("$pkgname-$pkgver-source.zip::https://cloud.biohpc.swmed.edu/index.php/s/$pkgname-${pkgver//./}-source/download")
+sha256sums=('0dd55168853b82c1b085f79ed793dd029db163773f52272d7eb51b3b5e4a4cdd')
build() {
cd "$srcdir/$pkgname-$pkgver"