summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-07-07 12:34:56 +0800
committerChocobo12021-07-07 12:34:56 +0800
commit15b3d7f145f9d4383024b53aa3163ad4756d8256 (patch)
treecfd7b9129480adb222a9f736b2c2780b21111f2e
parent13ae0379382374cd2a25ccceb6908fe1f6d52210 (diff)
downloadaur-15b3d7f145f9d4383024b53aa3163ad4756d8256.tar.gz
upgpkg: minimap2-bin 2.21-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1c152a7c22..898b9bba2682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minimap2-bin
pkgdesc = Aligner for genomic and spliced nucleotide sequences
- pkgver = 2.20
+ pkgver = 2.21
pkgrel = 1
url = https://lh3.github.io/minimap2/
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = minimap2-bin
depends = zlib
provides = minimap2
conflicts = minimap2
- source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.20/minimap2-2.20_x64-linux.tar.bz2
- sha256sums_x86_64 = 9590a693cb0a37811f736754831990fb62969d2e0bed56f09fde20e1043e54ad
+ source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.21/minimap2-2.21_x64-linux.tar.bz2
+ sha256sums_x86_64 = 557d9c46a048eae0842fe111da787bd5348ba465702c3660369fea76f22f28ae
pkgname = minimap2-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 26f3fba5182f..b519abe76231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=minimap2-bin
-pkgver=2.20
+pkgver=2.21
pkgrel=1
pkgdesc="Aligner for genomic and spliced nucleotide sequences"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc' 'zlib')
provides=('minimap2')
conflicts=('minimap2')
source_x86_64=("https://github.com/lh3/minimap2/releases/download/v$pkgver/minimap2-${pkgver}_x64-linux.tar.bz2")
-sha256sums_x86_64=('9590a693cb0a37811f736754831990fb62969d2e0bed56f09fde20e1043e54ad')
+sha256sums_x86_64=('557d9c46a048eae0842fe111da787bd5348ba465702c3660369fea76f22f28ae')
package() {