summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoratb2016-11-24 00:57:28 -0500
committeratb2016-11-24 00:57:28 -0500
commitd5f0aa35f23665cf5899b6442458709a35ceb890 (patch)
treeb2ad99373104c3e6a8846c9e6cf3d9faecac6b48 /PKGBUILD
parent72ed5946b6df85b3ca09d51d0bd7b66fd3efc048 (diff)
downloadaur-fqgrep.tar.gz
Update license
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')