summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Klötzl2019-11-09 16:21:56 +0100
committerFabian Klötzl2019-11-09 16:22:35 +0100
commit0257a29a5e0165725a76c973fc51acbeaf986869 (patch)
tree03c6998be312361dc9816dade18e2aee94d8f347
parent513c380f519b7e697890b4cf1f9cbc8add55f01d (diff)
downloadaur-0257a29a5e0165725a76c973fc51acbeaf986869.tar.gz
enable tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fc13d940f32..d6ff3cc0723d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mash
pkgdesc = Fast genome and metagenome distance estimation using MinHash
pkgver = 2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/marbl/Mash/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6fcebf95780d..d535301c16f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
pkgname=mash
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fast genome and metagenome distance estimation using MinHash"
url="https://github.com/marbl/Mash/"
license=("BSD")
@@ -16,6 +16,11 @@ prepare() {
patch -R -p1 -i ../../dynamic-capnp.patch
}
+check() {
+ cd "Mash-${pkgver}"
+ make test
+}
+
build() {
cd "Mash-${pkgver}"
autoconf