summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-09 00:01:38 +0000
committerBioArchLinuxBot2023-11-09 00:01:38 +0000
commitc74922f122849939de8cd486a2d3e518f748f8f8 (patch)
tree870aafdfa497509d91401f33c4141726fc329256 /PKGBUILD
parentf0091ab8a031239cd95f0cff49ff68412f46485a (diff)
downloadaur-nthash-bcgsc.tar.gz
[lilac] updated to 2.3.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c28a5998a569..da6dcdc718d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nthash-bcgsc
_pkgname=ntHash
pkgver=2.3.0
-pkgrel=1
+pkgrel=3
pkgdesc="Fast hash function for DNA/RNA sequences. https://doi.org/10.1093/bioinformatics/btac564"
arch=('x86_64')
url="https://bcgsc.github.io/ntHash/"
@@ -23,7 +23,7 @@ build() {
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev
- cmake --build build
+ MAKEFLAGS=-j1 cmake --build build
}
check() {