summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-05-06 21:52:18 +0800
committerChocobo12022-05-06 21:52:18 +0800
commit2629f64cd63b3f8d7baeaf1d2167738413f95c2c (patch)
tree18395254c04f4dec4dced4218a596355fa4f8854
parent6922d1677a68c21d5ada72c1fa1cd4623e1f9cb4 (diff)
downloadaur-2629f64cd63b3f8d7baeaf1d2167738413f95c2c.tar.gz
upgpkg: minimap2-bin 2.24-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070bd7172862..bb57d5f65359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minimap2-bin
pkgdesc = Aligner for genomic and spliced nucleotide sequences
pkgver = 2.24
- pkgrel = 1
+ pkgrel = 2
url = https://lh3.github.io/minimap2/
arch = x86_64
license = MIT
depends = glibc
depends = zlib
- provides = minimap2
+ provides = minimap2=2.24
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
diff --git a/PKGBUILD b/PKGBUILD
index 0bda403ccd38..49c1ce4b22f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=minimap2-bin
pkgver=2.24
-pkgrel=1
+pkgrel=2
pkgdesc="Aligner for genomic and spliced nucleotide sequences"
arch=('x86_64')
url="https://lh3.github.io/minimap2/"
license=('MIT')
depends=('glibc' 'zlib')
-provides=('minimap2')
+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')