seqtk: auto updated to 1.4-1

This commit is contained in:
BioArchLinuxBot 2023-05-19 18:03:11 +00:00
parent ff8fa9fe63
commit c78363ccca

View file

@ -1,8 +1,8 @@
# Maintainer: alienzj <alienchuj@gmail.com>
pkgname=seqtk
pkgver=1.3
pkgrel=6
pkgver=1.4
pkgrel=1
pkgdesc="Toolkit for processing sequences in FASTA/Q formats"
arch=('x86_64')
url="https://github.com/lh3/seqtk"
@ -11,7 +11,7 @@ makedepends=('zlib' 'make')
provides=('seqtk')
conflicts=('seqtk')
source=("https://github.com/lh3/seqtk/archive/v${pkgver}.tar.gz")
md5sums=('39a499431a10fe2412925a53ecfbab2b')
md5sums=('8fd02aee6308146c0595edd0af0e19fb')
build() {
cd $srcdir/seqtk-${pkgver}