summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-09 00:01:38 +0000
committerBioArchLinuxBot2023-11-09 00:01:38 +0000
commitc74922f122849939de8cd486a2d3e518f748f8f8 (patch)
tree870aafdfa497509d91401f33c4141726fc329256
parentf0091ab8a031239cd95f0cff49ff68412f46485a (diff)
downloadaur-c74922f122849939de8cd486a2d3e518f748f8f8.tar.gz
[lilac] updated to 2.3.0-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d784b63db10a..33c8badce452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nthash-bcgsc
pkgdesc = Fast hash function for DNA/RNA sequences. https://doi.org/10.1093/bioinformatics/btac564
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 3
url = https://bcgsc.github.io/ntHash/
arch = x86_64
license = MIT
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() {