summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-26 17:57:07 +0800
committerChocobo12023-04-26 17:57:07 +0800
commit0a00e3e179c9fb837e72c898e2515bc651d9ff6a (patch)
tree5f6fb3ee6e305a228f57e057244237e733d0aec7
parent2629f64cd63b3f8d7baeaf1d2167738413f95c2c (diff)
downloadaur-0a00e3e179c9fb837e72c898e2515bc651d9ff6a.tar.gz
upgpkg: minimap2-bin 2.25-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb57d5f65359..fcf2d18decaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = minimap2-bin
pkgdesc = Aligner for genomic and spliced nucleotide sequences
- pkgver = 2.24
- pkgrel = 2
+ pkgver = 2.25
+ pkgrel = 1
url = https://lh3.github.io/minimap2/
arch = x86_64
license = MIT
depends = glibc
depends = zlib
- provides = minimap2=2.24
+ provides = minimap2=2.25
conflicts = minimap2
- source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-2.24_x64-linux.tar.bz2
- sha256sums_x86_64 = c6e35534b219caaf3d9bbebf7123876e68d317cf90060c0c0607bee4d4f43286
+ source_x86_64 = https://github.com/lh3/minimap2/releases/download/v2.25/minimap2-2.25_x64-linux.tar.bz2
+ sha256sums_x86_64 = 3162e9ba1273476fb9b1ad8913dbdb0e20141dac6da6999c499d00be193c9d78
pkgname = minimap2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49c1ce4b22f4..0c595b1ee286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=minimap2-bin
-pkgver=2.24
-pkgrel=2
+pkgver=2.25
+pkgrel=1
pkgdesc="Aligner for genomic and spliced nucleotide sequences"
arch=('x86_64')
url="https://lh3.github.io/minimap2/"
@@ -11,7 +11,7 @@ depends=('glibc' 'zlib')
provides=("minimap2=$pkgver")
conflicts=('minimap2')
source_x86_64=("https://github.com/lh3/minimap2/releases/download/v$pkgver/minimap2-${pkgver}_x64-linux.tar.bz2")
-sha256sums_x86_64=('c6e35534b219caaf3d9bbebf7123876e68d317cf90060c0c0607bee4d4f43286')
+sha256sums_x86_64=('3162e9ba1273476fb9b1ad8913dbdb0e20141dac6da6999c499d00be193c9d78')
package() {