summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhabry2023-05-01 23:56:33 +0200
committerGhabry2023-05-01 23:56:33 +0200
commit6cd86c70a0b88811713874e975cb03ed15bff2f7 (patch)
tree9a7d4e4ad0b35ca3ab0d8400cff342e670dc0765
parent836148325306fce35ea843d9b0e5404d04965b23 (diff)
downloadaur-minimap2.tar.gz
Update to 2.26
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112414566714..97167b9d46fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = minimap2
pkgdesc = A versatile pairwise aligner for genomic and spliced nucleotide sequences
- pkgver = 2.20
+ pkgver = 2.26
pkgrel = 1
url = https://lh3.github.io/minimap2
arch = i686
arch = x86_64
license = MIT
depends = zlib
- source = https://github.com/lh3/minimap2/releases/download/v2.20/minimap2-2.20.tar.bz2
- sha256sums = f9eff90a7f14f999df93dff6ed4e3428277edbbd6bda6bdb1800e8d57c9135e3
+ source = https://github.com/lh3/minimap2/releases/download/v2.26/minimap2-2.26.tar.bz2
+ sha256sums = 6a588efbd273bff4f4808d5190957c50272833d2daeb4407ccf4c1b78143624c
pkgname = minimap2
-
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