cutadapt: auto updated to 4.7-1

This commit is contained in:
BioArchLinuxBot 2024-03-14 18:15:22 +00:00
parent 23a4b28859
commit 380a225bfe

View file

@ -2,7 +2,7 @@
pkgname=cutadapt pkgname=cutadapt
_name=cutadapt _name=cutadapt
pkgver=4.6 pkgver=4.7
pkgrel=1 pkgrel=1
pkgdesc='Remove adapter sequences from high-throughput sequencing reads. doi:10.14806/ej.17.1.200' pkgdesc='Remove adapter sequences from high-throughput sequencing reads. doi:10.14806/ej.17.1.200'
arch=('x86_64') arch=('x86_64')
@ -22,7 +22,7 @@ makedepends=(
'python-setuptools-scm' 'python-setuptools-scm'
) )
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('924116f34569248035b16f58e73458ed4c0004e44823b80b07f4ab419272f591') sha256sums=('8738a35b363eaf615665a4e7d1b4beb385cd93fb7ffdcf82cd4ab6457acc879b')
build() { build() {
cd "$_name-$pkgver" cd "$_name-$pkgver"