summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-11-01 11:46:22 +0800
committerChocobo12022-11-01 11:46:22 +0800
commit8d9edbcf17885a61466fed08e2c68dace6184836 (patch)
tree5295ca594a041705073af9314627210b0f16d510
parent7127a55885e1e28963ce2f8999fda7f29af7ddc5 (diff)
downloadaur-8d9edbcf17885a61466fed08e2c68dace6184836.tar.gz
upgpkg: bowtie2-bin 2.5.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48fb2e36921f..85d89602ae4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = bowtie2-bin
pkgdesc = Tool for aligning sequencing reads to long reference sequences
- pkgver = 2.4.5
- pkgrel = 2
- url = http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
+ pkgver = 2.5.0
+ pkgrel = 1
+ url = https://bowtie-bio.sourceforge.net/bowtie2/index.shtml
arch = x86_64
arch = aarch64
license = GPL
depends = glibc
optdepends = perl
optdepends = python
- provides = bowtie2=2.4.5
+ provides = bowtie2=2.5.0
conflicts = bowtie2
- source_x86_64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.4.5/bowtie2-2.4.5-linux-x86_64.zip
- sha256sums_x86_64 = 6f90cd5f4cd66a06596f10c2c3e09cbeb798b7a409e904c2d820ccfbed2b5e39
+ source_x86_64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.5.0/bowtie2-2.5.0-linux-x86_64.zip
+ sha256sums_x86_64 = d5428b14019691669f038f34d232ec9a6c48f435fdc2d71a8e37dc8ba7b85613
pkgname = bowtie2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4dcbe9bb5dc3..20ac6cd9db95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=bowtie2-bin
-pkgver=2.4.5
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
pkgdesc="Tool for aligning sequencing reads to long reference sequences"
arch=('x86_64' 'aarch64')
-url="http://bowtie-bio.sourceforge.net/bowtie2/index.shtml"
+url="https://bowtie-bio.sourceforge.net/bowtie2/index.shtml"
license=('GPL')
depends=('glibc')
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")
-sha256sums_x86_64=('6f90cd5f4cd66a06596f10c2c3e09cbeb798b7a409e904c2d820ccfbed2b5e39')
+sha256sums_x86_64=('d5428b14019691669f038f34d232ec9a6c48f435fdc2d71a8e37dc8ba7b85613')
package() {