summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f48e532850..866ad527dae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Sep 9 05:00:56 UTC 2018
+# Sun Sep 9 05:01:51 UTC 2018
pkgbase = python2-wappalyzer
pkgdesc = Python driver for Wappalyzer, a web application detection utility.
pkgver = 0.2.2
@@ -7,6 +7,7 @@ pkgbase = python2-wappalyzer
url = https://github.com/chorsley/python-Wappalyzer
arch = any
license = GPLv3
+ makedepends = python2-setuptools
depends = python2
depends = python2-beautifulsoup4
depends = python2-requests
diff --git a/PKGBUILD b/PKGBUILD
index c445a7e423ee..621099b2c786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/chorsley/python-Wappalyzer"
license=('GPLv3')
depends=('python2' 'python2-beautifulsoup4' 'python2-requests' 'python2-nose' 'python2-httpretty')
-makedepends=()
+makedepends=('python2-setuptools')
source=("https://files.pythonhosted.org/packages/34/30/1d686c4de1f3b67286d187488c404afa77fdb14e26f60a9ca5c890c74f05/python-Wappalyzer-${pkgver}.tar.gz")
sha256sums=('c09522543b6a76a01bceafed94d465f94a9c2460749b7471544f977c1f697a89')