summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVadim Yanitskiy2022-03-26 23:16:08 +0300
committerVadim Yanitskiy2022-03-26 23:16:08 +0300
commiteef2e0fc3eda328c87f2cd6d1fcb38dcabc52b50 (patch)
treefc63c400cc138b6d908e1f9518d6faeb4801d754 /PKGBUILD
parenta0ebf5919814e7495797928183e9b59f81338fcc (diff)
downloadaur-eef2e0fc3eda328c87f2cd6d1fcb38dcabc52b50.tar.gz
Update both $depends and $makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 615a222ae57a..70f9ad7d3d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Gnuradio blocks and tools for receiving Iridium transmissions"
arch=('any')
url="https://github.com/muccc/gr-iridium"
license=('GPL3')
-depends=('gnuradio' 'python2-scipy' 'python2-numpy' 'gnuradio-osmosdr')
-makedepends=('cmake')
+depends=('gnuradio' 'gnuradio-osmosdr' 'python')
+makedepends=('git' 'cmake' 'boost')
provides=('gr-iridium')
source=('git+https://github.com/muccc/gr-iridium')
sha1sums=('SKIP')