diff options
author | Ingar <ingar@telenet.be> | 2024-04-04 20:50:04 +0000 |
---|---|---|
committer | Ingar <ingar@telenet.be> | 2024-04-04 20:50:04 +0000 |
commit | 32381a39722ea4829953b0ad9b3458e0ca8a423d (patch) | |
tree | 126f6e35254f9108a897285754c2c4803a895d0a | |
parent | 96bdd4912b177fbebc7fd5b3fc1be63ae3952e50 (diff) |
Updated to v2.0.7
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | v205-libmeadecam.patch | 10 |
2 files changed, 2 insertions, 14 deletions
@@ -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() { diff --git a/v205-libmeadecam.patch b/v205-libmeadecam.patch deleted file mode 100644 index 599f1af..0000000 --- a/v205-libmeadecam.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- CMakeLists.txt.org 2023-12-03 12:53:51.610000006 +0000 -+++ CMakeLists.txt 2023-12-03 12:54:35.620000008 +0000 -@@ -357,6 +357,7 @@ - add_subdirectory(libmallincam) - add_subdirectory(libomegonprocam) - add_subdirectory(libtscam) -+add_subdirectory(libmeadecam) - endif (WITH_TOUPBASE) - - #libsvbiny |