summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2017-03-12 20:53:48 +0100
committerMaxim Andersson2017-03-12 20:53:48 +0100
commit974ea684b1794a6b715a9acbb7f3a2e6e1018773 (patch)
treeff33fc8eed56c06bf48fc32d3e13588f0c79516a
parente4c37787624e2a4cd9161cd701f14dd646550d60 (diff)
downloadaur-974ea684b1794a6b715a9acbb7f3a2e6e1018773.tar.gz
Add setuptools to makedepends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6398863802..dcc9126b1eb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Mar 12 19:52:34 UTC 2017
pkgbase = bashlint
pkgdesc = Simple Bash linting tool written in Python
pkgver = 0.1.0
@@ -5,6 +7,7 @@ pkgbase = bashlint
url = https://github.com/skudriashev/bashlint
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
source = https://github.com/skudriashev/bashlint/archive/0.1.0.tar.gz
sha256sums = e23df57b2297dd94b8f1f3718e3abd22adff382a37d53ce3565d1ef511f64132
diff --git a/PKGBUILD b/PKGBUILD
index ac7844567b9f..4703f7e7d230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/skudriashev/bashlint"
license=('MIT')
depends=('python')
+makedepends=('python-setuptools')
source=("https://github.com/skudriashev/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('e23df57b2297dd94b8f1f3718e3abd22adff382a37d53ce3565d1ef511f64132')