python-dnaio: auto updated to 1.2.3-1

This commit is contained in:
BioArchLinuxBot 2024-11-12 12:06:54 +00:00
parent 1254a2fc4c
commit 907358641f

View file

@ -2,7 +2,7 @@
pkgname=python-dnaio
_module=${pkgname#python-}
pkgver=1.2.2
pkgver=1.2.3
pkgrel=1
pkgdesc='Python library for very efficient parsing and writing of FASTQ and FASTA files'
arch=('x86_64')
@ -22,7 +22,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('55e1c8e5b86056ce3bb3a3eff643ebc9910a5d6d0d5c10a27eb4d5b6525117d5')
sha256sums=('aad456d9f6272339958b2c5af32fd64d77a50aca12e394e7a143b4129d49b0b9')
build() {
cd "$_module-$pkgver"