summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2024-02-18 09:37:53 +0000
committerIngar <ingar@telenet.be>2024-02-18 09:37:53 +0000
commit96bdd4912b177fbebc7fd5b3fc1be63ae3952e50 (patch)
tree7092a8864ccc0a2153e3e1295eb92f294b5b50f3 /PKGBUILD
parent7471b9a2e30712aeb6b1a5ca54430f603d971d11 (diff)
Updated to version 2.0.6.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 782d194..ff76ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
pkgname=libindi_3rdparty_libs
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
pkgdesc="dependencies for INDI 3rd party drivers"
provides=("libindi_3rdparty-libs")
@@ -14,12 +14,12 @@ 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=("17f5a0536f2ee6bfbcbdcdde9a44c2e59c2156637004193f650bdd2dda123291")
+sha256sums=("99822ed417fd4cb9646065fe6158244495f082d714c6f1bbbbdb48ebd8e303b2")
prepare() {
mkdir -p build
- cd indi-3rdparty-${pkgver}
- patch -p0 -i ../../v205-libmeadecam.patch
+# cd indi-3rdparty-${pkgver}
+# patch -p0 -i ../../v205-libmeadecam.patch
}
build() {