python-mappy: auto updated to 2.28-1

This commit is contained in:
BioArchLinuxBot 2024-03-27 18:10:12 +00:00
parent 0ab74f55e7
commit ae570627fd

View file

@ -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}