summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3b3051fc22b..dd6cc0b37fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libmatio-cpp
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ wrapper of the matio library, with memory ownership handling."
arch=('x86_64')
url="https://github.com/ami-iit/matio-cpp"
@@ -48,8 +48,6 @@ build() {
cmake --build build -j
cmake --build build -t install
- _enable_check
-
cd "$srcdir/$pkgname-$pkgver"
cmake -B build -S . -DCMAKE_BUILD_TYPE=None \