summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12024-01-17 11:54:33 +0800
committerChocobo12024-01-17 11:54:33 +0800
commit8c22b1c4963c0dd6b5194a37f40545717d3ae34e (patch)
tree19f223fbf4b1d8704148bda43c6c6e878928bb95 /PKGBUILD
parent919ccc056c210b9f1c16a47e72e36321685ff2fd (diff)
downloadaur-bowtie2-bin.tar.gz
upgpkg: bowtie2-bin 2.5.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 754076763b7c..2366d2476989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=bowtie2-bin
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
pkgdesc="Tool for aligning sequencing reads to long reference sequences"
arch=('x86_64' 'aarch64')
url="https://bowtie-bio.sourceforge.net/bowtie2/index.shtml"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('gcc-libs' 'perl')
optdepends=('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=('82718f914a6bbe0bdb56e1db36755543010224add735e9ffede8a07c3be3c6da')
-sha256sums_aarch64=('8a62ed87ae30dcac901e48b98205624f84d7eb66a6780aeb77bab4a24da5e02a')
+sha256sums_x86_64=('8ecf32a895fcdbbc41a3aef5f0c4affa2266dcb63c82291e9b1280e9326739f4')
+sha256sums_aarch64=('ed7db90033a1eb3b89d20bba21b57cd258effceef9e76da9b1f2e7957b2649c1')
package() {