nanoget: auto updated to 1.19.3-1

This commit is contained in:
BioArchLinuxBot 2023-09-20 00:01:22 +00:00
parent 8a16de756d
commit 4fc4b508eb

View file

@ -2,8 +2,8 @@
pkgname=nanoget pkgname=nanoget
_module=nanoget _module=nanoget
pkgver=1.19.1 pkgver=1.19.3
pkgrel=2 pkgrel=1
pkgdesc="Functions to extract useful metrics from Oxford Nanopore sequencing reads and alignments" pkgdesc="Functions to extract useful metrics from Oxford Nanopore sequencing reads and alignments"
url="https://github.com/wdecoster/nanoget/" url="https://github.com/wdecoster/nanoget/"
depends=( depends=(
@ -24,7 +24,7 @@ makedepends=(
license=('GPL3') license=('GPL3')
arch=('any') arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('14f4883a995503dbae757b55cb42fcb4430c58ce2201b79abd4e8e0e3d10ca18') sha256sums=('da981810edb1cbe42cbbfbe5fcf753f29bf5555204cd51256b28a284a036a71b')
build() { build() {
cd ${pkgname}-${pkgver} cd ${pkgname}-${pkgver}