summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58d86e5f5e20..5beadd9a60e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=fqgrep
pkgver=0.4.4
pkgrel=1
+license=('MIT')
arch=(any)
pkgdesc='An approximate sequence pattern matcher for FASTQ/FASTA files'
url="https://github.com/indraniel/fqgrep"
source=("$url/archive/v$pkgver.tar.gz")
-makedepends=(libtool autoconf automake)
+makedepends=(automake)
depends=(zlib tre)
md5sums=('18d5b1ad9926b302bfd92ed19f66bb34')