summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2025-04-13 13:02:06 +0000
committerIngar <ingar@telenet.be>2025-04-13 13:02:06 +0000
commit7226071b88ff9fd00016d88cd341f286a8cfe97a (patch)
treefdf4df0fd4e280085397fcdfd8b28e54378a3e43
parentdb1adb4160f3b2dce2fcb4f429a4fd35a06552c8 (diff)
Updated to v2.1.2.
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0bf72f..7108533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
pkgname=libindi_3rdparty_libs
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="dependencies for INDI 3rd party drivers"
provides=("libindi_3rdparty-libs")
@@ -14,7 +14,7 @@ depends=(libvorbis libusb openal libnova libjpeg libindi libgphoto2 libftdi-comp
makedepends=(cmake boost)
conflicts=()
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("05eb1f05de48082255461aae0745772ab4f131ba3d3186036140ecacaf1c9041")
+sha256sums=("bcb7cf2b9053c5b1e052a35247ec499a9d513f4ed257178b244c190394d0daa6")
prepare() {
mkdir -p build
@@ -22,7 +22,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 \