summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcdfa2bb73b9..5a95dc18a9c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mappy
pkgdesc = Python interface to minimap2, a fast and accurate C program to align genomic and transcribe nucleotide sequences
- pkgver = 2.27
+ pkgver = 2.28
pkgrel = 1
url = https://github.com/lh3/minimap2
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-mappy
depends = zlib
depends = glibc
options = !emptydirs
- source = minimap2-2.27.tar.gz::https://github.com/lh3/minimap2/archive/refs/tags/v2.27.tar.gz
- sha256sums = ca9ceb07e3b388858ebc2d7d91a6c74e996659402d16aa759ecedd63588b1ef7
+ source = minimap2-2.28.tar.gz::https://github.com/lh3/minimap2/archive/refs/tags/v2.28.tar.gz
+ sha256sums = 5ea6683b4184b5c49f6dbaef2bc5b66155e405888a0790d1b21fd3c93e474278
pkgname = python-mappy
diff --git a/PKGBUILD b/PKGBUILD
index eef5a3fe6f7a..5f871342bf45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mappy
_source=minimap2
-pkgver=2.27
+pkgver=2.28
pkgrel=1
pkgdesc="Python interface to minimap2, a fast and accurate C program to align genomic and transcribe nucleotide sequences"
arch=('x86_64')
@@ -24,7 +24,7 @@ makedepends=(
options=(!emptydirs)
source=(${_source}-${pkgver}.tar.gz::https://github.com/lh3/minimap2/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('ca9ceb07e3b388858ebc2d7d91a6c74e996659402d16aa759ecedd63588b1ef7')
+sha256sums=('5ea6683b4184b5c49f6dbaef2bc5b66155e405888a0790d1b21fd3c93e474278')
prepare() {
cd ${_source}-${pkgver}