summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20ac6cd9db95..f35d93ffd648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bowtie2-bin
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for aligning sequencing reads to long reference sequences"
arch=('x86_64' 'aarch64')
url="https://bowtie-bio.sourceforge.net/bowtie2/index.shtml"
@@ -12,7 +12,9 @@ optdepends=('perl' 'python')
provides=("bowtie2=$pkgver")
conflicts=('bowtie2')
source_x86_64=("https://github.com/BenLangmead/bowtie2/releases/download/v$pkgver/bowtie2-$pkgver-linux-x86_64.zip")
+source_aarch64=("https://github.com/BenLangmead/bowtie2/releases/download/v$pkgver/bowtie2-$pkgver-linux-aarch64.zip")
sha256sums_x86_64=('d5428b14019691669f038f34d232ec9a6c48f435fdc2d71a8e37dc8ba7b85613')
+sha256sums_aarch64=('6cd79cd8251755c9486d06a333a6ec3f4c55f1fb7553c33ecd1e512bc3fca5bb')
package() {