-
-
Save DParker13/e99d610add0ff5b522cdc86eb87ec59c to your computer and use it in GitHub Desktop.
Update libindi-gphoto to 2.1.7.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 88514f756d03d20bfe195325a5e6cbad08daca72 Mon Sep 17 00:00:00 2001 | |
| From: Daniel Parker <danielparker134@gmail.com> | |
| Date: Wed, 3 Dec 2025 23:21:19 -0600 | |
| Subject: [PATCH] libindi-gphoto: update to 2.1.7.1 | |
| --- | |
| .SRCINFO | 12 +++++++----- | |
| PKGBUILD | 10 +++++----- | |
| 2 files changed, 12 insertions(+), 10 deletions(-) | |
| diff --git a/.SRCINFO b/.SRCINFO | |
| index b9caa60..1bd54d8 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,6 +1,6 @@ | |
| pkgbase = libindi-gphoto | |
| - pkgdesc = 3rd party drivers for INDI, support for DSLR camers using gphoto | |
| - pkgver = 2.1.6 | |
| + pkgdesc = 3rd party drivers for INDI, support for DSLR cameras using gphoto | |
| + pkgver = 2.1.7.1 | |
| pkgrel = 1 | |
| url = http://www.indilib.org/index.php?title=Main_Page | |
| arch = i686 | |
| @@ -8,10 +8,12 @@ pkgbase = libindi-gphoto | |
| arch = aarch64 | |
| license = LGPL2.1 | |
| makedepends = cmake | |
| - depends = libindi=2.1.6 | |
| + makedepends = gcc | |
| + makedepends = make | |
| + depends = libindi | |
| depends = libgphoto2 | |
| depends = libraw | |
| - source = https://github.com/indilib/indi-3rdparty/archive/v2.1.6.tar.gz | |
| - sha256sums = a02159706b633d6ab92aa234930ed2a8c8cf08189bc9e09f2cf808dc52ec0a6b | |
| + source = https://github.com/indilib/indi-3rdparty/archive/v2.1.7.1.tar.gz | |
| + sha256sums = 84f9ab78fb21b96a24d4225c5b0ca2030060b8050ef36450020fd9ecfcf613e9 | |
| pkgname = libindi-gphoto | |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index e7af554..e88dd4f 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -2,16 +2,16 @@ | |
| # Contributor: Will Gauvin <wgauvin@gmail.com> | |
| pkgname=libindi-gphoto | |
| -pkgver=2.1.6 | |
| +pkgver=2.1.7.1 | |
| pkgrel=1 | |
| -pkgdesc="3rd party drivers for INDI, support for DSLR camers using gphoto" | |
| +pkgdesc="3rd party drivers for INDI, support for DSLR cameras using gphoto" | |
| url="http://www.indilib.org/index.php?title=Main_Page" | |
| license=(LGPL2.1) | |
| arch=(i686 x86_64 aarch64) | |
| -depends=(libindi=${pkgver} libgphoto2 libraw) | |
| -makedepends=(cmake) | |
| +depends=(libindi libgphoto2 libraw) | |
| +makedepends=(cmake gcc make) | |
| source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz") | |
| -sha256sums=("a02159706b633d6ab92aa234930ed2a8c8cf08189bc9e09f2cf808dc52ec0a6b") | |
| +sha256sums=('84f9ab78fb21b96a24d4225c5b0ca2030060b8050ef36450020fd9ecfcf613e9') | |
| prepare() { | |
| mkdir -p build | |
| -- | |
| 2.52.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment