summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2024-04-04 20:50:04 +0000
committerIngar <ingar@telenet.be>2024-04-04 20:50:04 +0000
commit32381a39722ea4829953b0ad9b3458e0ca8a423d (patch)
tree126f6e35254f9108a897285754c2c4803a895d0a /PKGBUILD
parent96bdd4912b177fbebc7fd5b3fc1be63ae3952e50 (diff)
Updated to v2.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff76ca4..69c63a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
pkgname=libindi_3rdparty_libs
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
pkgdesc="dependencies for INDI 3rd party drivers"
provides=("libindi_3rdparty-libs")
@@ -14,12 +14,10 @@ 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")
-sha256sums=("99822ed417fd4cb9646065fe6158244495f082d714c6f1bbbbdb48ebd8e303b2")
+sha256sums=("fba99ea51d0573df37ed614b9300103976601216f29ac83e18fcf0e42221a5d6")
prepare() {
mkdir -p build
-# cd indi-3rdparty-${pkgver}
-# patch -p0 -i ../../v205-libmeadecam.patch
}
build() {