diff options
author | Piotr Balwierz | 2018-02-05 13:20:37 +0000 |
---|---|---|
committer | Piotr Balwierz | 2018-02-05 13:20:37 +0000 |
commit | 143f09aaff2b1e32064028482591b63d90659e79 (patch) | |
tree | 5bf72d3f8d3b43fff7b6bf3cfc2f980c1c25b048 /.SRCINFO | |
parent | 176b2f696247c8412193c2414a2c682bc0217ad3 (diff) | |
download | aur-143f09aaff2b1e32064028482591b63d90659e79.tar.gz |
Disabled check() due to new checkdepends.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ pkgbase = bedtools pkgdesc = powerful toolset for genome arithmetic pkgver = 2.27.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/arq5x/bedtools2 arch = i686 arch = x86_64 license = GPL2 checkdepends = python + checkdepends = samtools depends = bash depends = zlib source = https://github.com/arq5x/bedtools2/releases/download/v2.27.1/bedtools-2.27.1.tar.gz |