summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorvejnar2021-07-12 11:39:33 -0400
committervejnar2021-07-12 11:39:33 -0400
commitc6181d33f0c08fb8ba8a5801f31c5ee8d937931e (patch)
tree007bfcf4ce570c09532f8e4b43903c148a92b1d1 /.SRCINFO
parent67eaf3b7b937d99c7730f9c7b099027f37595935 (diff)
downloadaur-c6181d33f0c08fb8ba8a5801f31c5ee8d937931e.tar.gz
Update to 2.4.4 and fixes
* Remove TBB (no longer supported upstream) * Remove termcap dependency * Switch arch to x86_64 * Fix install (prefix to PREFIX; no /opt copy)
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6146c305a162..5d604c3e003b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
- pkgver = 2.4.2
+ pkgver = 2.4.4
pkgrel = 1
url = http://bowtie-bio.sourceforge.net/bowtie2
- arch = any
+ arch = x86_64
license = GPL3
- depends = termcap
- optdepends = intel-tbb: faster multithreading
- source = https://github.com/BenLangmead/bowtie2/archive/v2.4.2.tar.gz
- md5sums = d5f8674aed8bdbf6b96bd07f3df528ee
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.4.4.tar.gz
+ sha1sums = cf23a10261d0ef4b7a993ef562d5ccd4410e7dd6
pkgname = bowtie2
-