summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2024-09-09 22:49:32 +0000
committerIngar <ingar@telenet.be>2024-09-09 22:49:32 +0000
commit085b5aba52c62dbc4212cf47bad3de0b6b5d056c (patch)
treea1a9c84652c0a5d447927d486774a8bd5c61a3fc
parentf6ef99fc49620a5c267858030d27856b7d619e66 (diff)
Updated to libindi 2.0.9, removed deprecated architectures.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1de621a..9f5a459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
pkgname=libindi_3rdparty_libs
-pkgver=2.0.8
+pkgver=2.0.9
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=(i686 x86_64 armv7h aarch64)
+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=("dbee5d88788266b9a17878e354fed12afea6716cf905351b62d0ec6f90bfdc73")
+sha256sums=("f9e0af8f81c6a94a9b078f78c04f50c6b6c419e8a61df99e19b40dbead7a64b3")
prepare() {
mkdir -p build