summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoratb2016-11-24 00:57:28 -0500
committeratb2016-11-24 00:57:28 -0500
commitd5f0aa35f23665cf5899b6442458709a35ceb890 (patch)
treeb2ad99373104c3e6a8846c9e6cf3d9faecac6b48
parent72ed5946b6df85b3ca09d51d0bd7b66fd3efc048 (diff)
downloadaur-d5f0aa35f23665cf5899b6442458709a35ceb890.tar.gz
Update license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f48d90e25d..71b6e336b65b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = fqgrep
pkgrel = 1
url = https://github.com/indraniel/fqgrep
arch = any
- makedepends = libtool
- makedepends = autoconf
+ license = MIT
makedepends = automake
depends = zlib
depends = tre
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')