summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-17 14:43:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-17 14:43:44 -0800
commit5f6084914f087c8d8d57ac1df2f47ad590097981 (patch)
treec04e055475af1fa63369473d389f00a54b08eb06
parentHotfix for failing tests (diff)
downloadfuzzylite-5f6084914f087c8d8d57ac1df2f47ad590097981.tar.xz
Rebuild because reasons?HEADmaster
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e6e42..ce26f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@
pkgname=fuzzylite
pkgver=6.0
-pkgrel=6
+pkgrel=7
pkgdesc="C++ fuzzy logic control library"
arch=(x86_64 i686 aarch64)
url="https://github.com/fuzzylite/fuzzylite"
-license=(GPL3)
+license=(GPL-3.0-only)
depends=(
gcc-libs
glibc
@@ -47,9 +47,9 @@ build() {
-S "$pkgname" \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -Wno-dev \
-DFL_BUILD_STATIC=OFF \
- -DFL_BUILD_TESTS=ON \
- -Wno-dev
+ -DFL_BUILD_TESTS=ON
cmake --build build
}