summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec2c94b093f..31514077b931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ghabry <gabriel-aur mastergk de>
pkgname=minimap2
-pkgver=2.20
+pkgver=2.26
pkgrel=1
pkgdesc="A versatile pairwise aligner for genomic and spliced nucleotide sequences"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://lh3.github.io/minimap2"
license=('MIT')
depends=('zlib')
source=("https://github.com/lh3/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f9eff90a7f14f999df93dff6ed4e3428277edbbd6bda6bdb1800e8d57c9135e3')
+sha256sums=('6a588efbd273bff4f4808d5190957c50272833d2daeb4407ccf4c1b78143624c')
prepare() {
cd $pkgname-$pkgver