summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Lalet2021-02-24 21:52:43 +0100
committerPierre Lalet2021-02-24 21:52:43 +0100
commita2bda78a9217ceb92573f75925dc97c78e931fae (patch)
tree6b043584a234e8305030dceb8fbc3a336a6b4bb7
parent040a702b00d49633c5e1c399420b024f05f70bfb (diff)
downloadaur-a2bda78a9217ceb92573f75925dc97c78e931fae.tar.gz
python2 has to be in makedepends (@rageltman)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44e55065730..7bf08e6f1abc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = ivre
url = https://ivre.rocks/
arch = any
license = GPL3
+ makedepends = python
+ makedepends = python2
source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.16.tar.gz
source = https://raw.githubusercontent.com/cea-sec/ivre/v0.9.16/pkg/apache/ivre.conf
sha512sums = 0fc0c1bf614805ccbf656916c89f175fd2cf26d3acd89c3865615214360953f6a068796280154b5bab5c06bae4b33e1f572ebc0fbff2926cd1af47acc6c86ef2
diff --git a/PKGBUILD b/PKGBUILD
index 8204700e1fb8..8fbe6bea7164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc='Network recon framework based on Nmap, Masscan, Zeek (Bro), Argus, Netf
arch=('any')
url='https://ivre.rocks/'
license=('GPL3')
+makedepends=('python' 'python2')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/cea-sec/$pkgname/v$pkgver/pkg/apache/ivre.conf")
sha512sums=('0fc0c1bf614805ccbf656916c89f175fd2cf26d3acd89c3865615214360953f6a068796280154b5bab5c06bae4b33e1f572ebc0fbff2926cd1af47acc6c86ef2'