diff options
author | Ingar <ingar@telenet.be> | 2025-04-13 13:03:03 +0000 |
---|---|---|
committer | Ingar <ingar@telenet.be> | 2025-04-13 13:03:03 +0000 |
commit | 199bc39e348d37278f8ec928e78ddd60d5a3d577 (patch) | |
tree | c81406b759c6f16069ce282a132eb9e5b85c3140 /PKGBUILD | |
parent | e8e2afe63d64effa4c40b7cb900054d04bfa63be (diff) |
Updated to v2.1.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -7,7 +7,7 @@ # pkgname=libindi_3rdparty -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc="3rd party drivers for INDI, a distributed control protocol designed to operate astronomical instrumentation" provides=("libindi_3rdparty") @@ -24,7 +24,7 @@ source=( "indiserver_systemd" ) sha256sums=( - "05eb1f05de48082255461aae0745772ab4f131ba3d3186036140ecacaf1c9041" + "bcb7cf2b9053c5b1e052a35247ec499a9d513f4ed257178b244c190394d0daa6" "6784118f7826c563058711bc3336d877ca44e79cf8b7e5205ab00901b1892924" "995751458ff3143f5115f68a62343ead16afb225199353ce3894ae38b8ca396c" "6fde81d89414b41576ebe180088648fb433fa1606ea47408d8a19e5c1c99a1d9" @@ -37,7 +37,9 @@ prepare() { build() { cd build - cmake -DCMAKE_BUILD_TYPE=Release \ + cmake \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \ |