summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2026-02-22 21:18:11 +0000
committerIngar <ingar@telenet.be>2026-02-22 21:18:11 +0000
commit34e72883718eb73f864429035e61f8320c797bda (patch)
tree7ff64e5a6f659a70cae5bbbc09c91f7b3131792d
parent366c26b208f4c3625116ff3cf36fbb7bcb7248a9 (diff)
Updated to v2.1.9, added package name to source download.
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e1f44f..cee252b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# create indiserver user and /var/lib/indiserver directory
pkgname=libindi_3rdparty
-pkgver=2.1.7
+pkgver=2.1.9
pkgrel=1
pkgdesc="3rd party drivers for INDI, a distributed control protocol designed to operate astronomical instrumentation"
provides=("libindi_3rdparty")
@@ -17,13 +17,13 @@ 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"
+ "indi-3rdparty-${pkgver}.tar.gz::https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz"
"indiserver.conf"
"indiserver.service"
"indiserver_systemd"
)
sha256sums=(
- "4d1e3ee713af1bac2e86627d5fed3c542187f2246168f195b3ec802607c71e8b"
+ "4c9bbd6864175b1384c5aaf1bb21ca6ec3e95189ee900231b77e0a7b9c5cae16"
"6784118f7826c563058711bc3336d877ca44e79cf8b7e5205ab00901b1892924"
"3f909377d938217e545f1a4538738bbdbdbebf66ecc2a38a2194c46255bf5518"
"64b0197fd6296c201516e5f81e1edc4b4415e3d80663c3533c9ed249ab844d6a"
@@ -46,7 +46,6 @@ build() {
-DBUILD_LIBS=Off \
-DWITH_ASICAM=On \
-DWITH_EQMOD=On \
- -DWITH_TOUPBASE=On \
-DWITH_GPSD=On \
../indi-3rdparty-${pkgver}
make -j$(nproc)