cutadapt: auto updated to 4.8-1

This commit is contained in:
BioArchLinuxBot 2024-04-12 18:21:04 +00:00
parent a308357ca2
commit b3e2835f59

View file

@ -2,7 +2,7 @@
pkgname=cutadapt pkgname=cutadapt
_name=cutadapt _name=cutadapt
pkgver=4.7 pkgver=4.8
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=('8738a35b363eaf615665a4e7d1b4beb385cd93fb7ffdcf82cd4ab6457acc879b') sha256sums=('ac852f6b5f2d1147d0d34bef2eaa5879776f81c69a35dd328a701aae39ec6034')
build() { build() {
cd "$_name-$pkgver" cd "$_name-$pkgver"