summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 01:07:14 +0200
committerSimon Hanna2015-09-13 01:07:14 +0200
commit2e14ccddac5134bc0de7ff30703a6d3c3637468e (patch)
treec9ef0d383c40b17744753155834675cecd58aa00
parent4a6aace91f9cc979696f43c6ad9af6c3a36b66fe (diff)
downloadaur-2e14ccddac5134bc0de7ff30703a6d3c3637468e.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c66379c52d5..6019c98d82f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-robot-detection
url = https://pypi.python.org/pypi/robot-detection
arch = any
license = GPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://pypi.python.org/packages/source/r/robot-detection/robot-detection-0.3.tar.gz
sha256sums = a5baf71cf69d95a167b6bd93e026bddd010d40adfc35bde02a61b651f61e6f47
diff --git a/PKGBUILD b/PKGBUILD
index 4e775b0d2a8c..04ac36d7aba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=(any)
url="https://pypi.python.org/pypi/robot-detection"
license=('GPL')
options=(!emptydirs)
-install=
source=("https://pypi.python.org/packages/source/r/robot-detection/robot-detection-${pkgver}.tar.gz")
sha256sums=('a5baf71cf69d95a167b6bd93e026bddd010d40adfc35bde02a61b651f61e6f47')
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-robot-detection() {
depends=('python')