summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 00:57:13 +0200
committerSimon Hanna2015-09-13 00:57:13 +0200
commitd22adf3364d3ef299f02175264a6035fbdb14a38 (patch)
treef2fb0758a61424420036cd19a54254a9c2076c74
parent6eedae875e8b6d72e451d9eaf74b24ae2699d50a (diff)
downloadaur-d22adf3364d3ef299f02175264a6035fbdb14a38.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 17a59a2a53c9..2f664643dcf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-django-appconf
url = https://github.com/jezdez-archive/django-appconf
arch = any
license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://github.com/jezdez-archive/django-appconf/archive/v1.0.1.tar.gz
sha256sums = 1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89
diff --git a/PKGBUILD b/PKGBUILD
index 0639e694a424..47975f5a88d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,9 @@ arch=(any)
url="https://github.com/jezdez-archive/django-appconf"
license=('BSD')
options=(!emptydirs)
-install=
source=("https://github.com/jezdez-archive/django-appconf/archive/v${pkgver}.tar.gz")
sha256sums=('1574e5cbdc402d5e8e7b078513c1083a168c746282e50c06fbe10c98f97aee89')
-
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-appconf() {
depends=('python-django' 'python-six')