summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files 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 <peter@strapp.co.uk>
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)
}