From b0daecfb780c9a9d7f8b2daf76344f71e315af76 Mon Sep 17 00:00:00 2001 From: Ingar Date: Sun, 14 Sep 2025 17:59:54 +0000 Subject: Updated to v2.1.5.1. --- PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 5aef40d..d0df7cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,21 +3,27 @@ # Contributor: Peter Strapp pkgname=libindi_3rdparty_libs -pkgver=2.1.4 +pkgver=2.1.5.1 pkgrel=1 pkgdesc="dependencies for INDI 3rd party drivers" -provides=("libindi_3rdparty-libs") url="http://www.indilib.org/index.php?title=Main_Page" license=(LGPL2.1) arch=(x86_64 aarch64) depends=(libvorbis libusb openal libnova libjpeg libindi libgphoto2 libftdi-compat libdc1394 limesuite libftdi cfitsio dcraw rtl-sdr gpsd ffmpeg zeromq cppzmq libindi=${pkgver}) makedepends=(cmake boost) conflicts=() -source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz") -sha256sums=("e9ab43d08d09555d2c9d3c658d1bcc3130c3465a3afe2300995fba0d6e737080") +source=( + "https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz" + "CMakeCommon.cmake" + ) +sha256sums=( + "9a85e6cf928dd095f019adf1919c79f9a3ac55294bedb8c9f65cc8bf3f9152d8" + "a7c0c7d933a5bbdba24c360c56e8dd100a622641e6b13dd7481d5268ea44f332" + ) prepare() { mkdir -p build + cp CMakeCommon.cmake indi-3rdparty-${pkgver}/cmake_modules/ } build() { @@ -26,7 +32,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \ -DFIRMWARE_INSTALL_DIR=/usr/lib/firmware \ -DQHY_FIRMWARE_INSTALL_DIR=/usr/lib/firmware \ -- cgit v1.2.3