summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAang232022-09-16 20:02:23 +0200
committerAang232022-09-16 20:02:23 +0200
commit8acaace3886b13643d948b5dc124a31a48360864 (patch)
tree719163d7e21690d73ffee3d6c39d7acbb996407c
parentd3ebbdf1ed790dcb6d3c36000d4e45d103d32dc5 (diff)
downloadaur-8acaace3886b13643d948b5dc124a31a48360864.tar.gz
Move some libraries bringing more dependencies to optional
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f439bd555819..705b6f464c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('any')
url="https://github.com/altillimity/SatDump"
license=('GPL')
groups=()
-depends=("libvolk" "glfw" "glew" "fftw" "airspy" "airspyhf" "rtl-sdr" "hackrf" "libusb" "limesuite" "bladerf" "libiio" "libad9361" "ocl-icd" "zstd" "nng")
+depends=("libvolk" "glfw" "glew" "fftw" "airspy" "airspyhf" "rtl-sdr" "hackrf" "libusb" "libiio" "libad9361" "ocl-icd" "zstd" "nng")
makedepends=("gcc" "make" "cmake")
checkdepends=()
-optdepends=()
+optdepends=("limesuite" "bladerf")
provides=()
conflicts=()
replaces=()