summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 00:58:29 +0200
committerSimon Hanna2015-09-13 00:58:29 +0200
commitdfd773176bf099f6e3a05dff1153f543211a9f49 (patch)
treed69f18f2c72f26ab940d125b8ed40590f2dd7b5a
parentd054849b65cab34d011c0e3c00f10e42571478de (diff)
downloadaur-dfd773176bf099f6e3a05dff1153f543211a9f49.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b012da7756..7eb856fdedb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-django-crispy-forms
url = https://github.com/maraujop/django-crispy-forms
arch = any
license = MIT
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://github.com/maraujop/django-crispy-forms/archive/1.5.2.tar.gz
sha256sums = a790f85b917c93f3895cda6c36716e6ae749104ea9b44871400d94b82f879e0e
diff --git a/PKGBUILD b/PKGBUILD
index 69725201baf8..b0ab76f1f498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,9 @@ arch=(any)
url="https://github.com/maraujop/django-crispy-forms"
license=('MIT')
options=(!emptydirs)
-install=
source=("https://github.com/maraujop/django-crispy-forms/archive/${pkgver}.tar.gz")
sha256sums=('a790f85b917c93f3895cda6c36716e6ae749104ea9b44871400d94b82f879e0e')
-
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-crispy-forms() {
depends=('python-django')