summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAang232021-08-08 15:06:07 +0200
committerAang232021-08-08 15:06:07 +0200
commit2bf79c76eab84e99fd75c0df23509440b5e8fe28 (patch)
tree5603114ed62487e01853dd246bcd32e17a6649d6
parentc23b5f69a5d43479e92906e9130ba19adb39bfd6 (diff)
downloadaur-2bf79c76eab84e99fd75c0df23509440b5e8fe28.tar.gz
Re-add nng
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8357650380c9..417a4e221459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = satdump-git
depends = glew
depends = fftw
depends = libcorrect-git
+ depends = nng
source = git+https://github.com/altillimity/SatDump
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a537427ecb8..4bdf4c9cccd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/altillimity/SatDump"
license=('GPL')
groups=()
-depends=("libvolk" "glfw" "glew" "fftw" "libcorrect-git")
+depends=("libvolk" "glfw" "glew" "fftw" "libcorrect-git" "nng")
makedepends=("gcc" "make" "cmake" "libcorrect-git" "airspy" "rtl-sdr" "hackrf")
checkdepends=()
optdepends=()