summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranonymous2022-08-29 22:18:13 +0200
committeranonymous2022-08-29 22:18:13 +0200
commitb017132f609659b777c88a1ccacc749848273754 (patch)
tree4d539cfc81fdc6350facd9f4e33101940239f099 /PKGBUILD
parenta95c408fa0254c2dfc76288e4d34d4823ecea1e6 (diff)
downloadaur-libmatio-cpp.tar.gz
Remove stupid typo
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 \