mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-dnaio: auto updated to 1.0.0-1
This commit is contained in:
parent
02a8781da3
commit
95c6d8713b
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=python-dnaio
|
||||
_module=${pkgname#python-}
|
||||
pkgver=0.10.0
|
||||
pkgrel=3
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Python library for very efficient parsing and writing of FASTQ and FASTA files'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/marcelm/dnaio/"
|
||||
|
@ -22,7 +22,7 @@ makedepends=(
|
|||
)
|
||||
options=(!emptydirs)
|
||||
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
|
||||
sha256sums=('de51a50948f00b864297d74eddb588fbee5ac229855754e77564d18b24619d18')
|
||||
sha256sums=('528a5dc409f29eed947a1c86f2043bed3e8a72c1fe4f8426a8b5ab59aeaa0155')
|
||||
|
||||
build() {
|
||||
cd "$_module-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue