mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
seqtk: auto updated to 1.4-1
This commit is contained in:
parent
ff8fa9fe63
commit
c78363ccca
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue