From 277941a304f57ab280e0f08ae42a207c3566fc5a Mon Sep 17 00:00:00 2001 From: Ingar Date: Sat, 16 May 2026 07:48:26 +0200 Subject: Updated to v2.2.1.1. Moved Cmake configure step to the PKGBUILD prepare() function. This makes makepkg -e happy. --- PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 746baf5..781d816 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Peter Strapp pkgname=indi-3rdparty-drivers -pkgver=2.2.0 +pkgver=2.2.1.1 pkgrel=1 pkgdesc="3rd party drivers for INDI, a distributed control protocol designed to operate astronomical instrumentation" provides=("libindi_3rdparty") @@ -17,14 +17,11 @@ source=( "indi-3rdparty-${pkgver}.tar.gz::https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz" ) sha256sums=( - "2f5f329326bf6e468e6313724679e2934314dcee234715cbc5cac39279142f04" + "b336df05a4e4313b02264e6cd59ecc78f0b37ac68eb895ffb617ae553a7db12a" ) prepare() { mkdir -p build -} - -build() { cd build cmake \ -DCMAKE_BUILD_TYPE=Release \ @@ -39,6 +36,10 @@ build() { -DWITH_GPSD=On \ -DWITH_LIBCAMERA=On \ ../indi-3rdparty-${pkgver} +} + +build() { + cd build make -j$(nproc) } -- cgit v1.2.3