mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-mappy: auto updated to 2.27-1
This commit is contained in:
parent
c71ebffc0c
commit
d0e114adb2
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=python-mappy
|
||||
_source=minimap2
|
||||
pkgver=2.26
|
||||
pkgrel=2
|
||||
pkgver=2.27
|
||||
pkgrel=1
|
||||
pkgdesc="Python interface to minimap2, a fast and accurate C program to align genomic and transcribe nucleotide sequences"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/lh3/minimap2"
|
||||
|
@ -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=('f4c8c3459c7b87e9de6cbed7de019b48d9337c2e46b87ba81b9f72d889420b3c')
|
||||
sha256sums=('ca9ceb07e3b388858ebc2d7d91a6c74e996659402d16aa759ecedd63588b1ef7')
|
||||
|
||||
prepare() {
|
||||
cd ${_source}-${pkgver}
|
||||
|
|
Loading…
Add table
Reference in a new issue