summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhabry2021-06-06 22:37:35 +0200
committerGhabry2021-06-06 22:37:35 +0200
commit836148325306fce35ea843d9b0e5404d04965b23 (patch)
tree9ce9d6fc4000cb545f689fdaad648854668ec26b
parent94784fd86debf55a70c2e395f28230ff79e147d0 (diff)
downloadaur-836148325306fce35ea843d9b0e5404d04965b23.tar.gz
Bump to 2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93caf5bd8cf..112414566714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = minimap2
pkgdesc = A versatile pairwise aligner for genomic and spliced nucleotide sequences
- pkgver = 2.17
+ pkgver = 2.20
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.17/minimap2-2.17.tar.bz2
- sha256sums = b68ac8882d33cc63e9e3246775062aeb159b6990ff7f38099172c3fe6f8a2742
+ source = https://github.com/lh3/minimap2/releases/download/v2.20/minimap2-2.20.tar.bz2
+ sha256sums = f9eff90a7f14f999df93dff6ed4e3428277edbbd6bda6bdb1800e8d57c9135e3
pkgname = minimap2
diff --git a/PKGBUILD b/PKGBUILD
index 46fa49971395..fec2c94b093f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ghabry <gabriel-aur mastergk de>
pkgname=minimap2
-pkgver=2.17
+pkgver=2.20
pkgrel=1
pkgdesc="A versatile pairwise aligner for genomic and spliced nucleotide sequences"
arch=('i686' 'x86_64')
@@ -9,13 +9,10 @@ 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=('b68ac8882d33cc63e9e3246775062aeb159b6990ff7f38099172c3fe6f8a2742')
+sha256sums=('f9eff90a7f14f999df93dff6ed4e3428277edbbd6bda6bdb1800e8d57c9135e3')
prepare() {
cd $pkgname-$pkgver
-
- # add LDFLAGS
- sed -i 's/LIBS=/LIBS=$(LDFLAGS)/' Makefile
}
build() {