mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fastq-trim: auto updated to 0.1.3-1
This commit is contained in:
parent
f23f526edd
commit
877ae9f13b
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Bipin Kumar <kbipinkumar@pm.me>
|
||||
|
||||
pkgname=fastq-trim
|
||||
pkgver=0.1.2
|
||||
pkgrel=2
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Lightening fast read trimmer"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/auerlab/fastq-trim"
|
||||
license=('BSD-2')
|
||||
depends=('biolibc' 'libxtend' 'bash')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/auerlab/$pkgname/archive/refs/tags/$pkgver.tar.gz")
|
||||
sha256sums=('9b265aa6cc410a20479ff60d7fd5aa02c9a89c57624290887df4b9129aa1a70c')
|
||||
sha256sums=('ae40371ee7898308fef5eb20018bb5a8f5022e67307eccfac3d23084cdc0a093')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue