summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 00:56:27 +0200
committerSimon Hanna2015-09-13 00:56:27 +0200
commit9c9fc6692c7c5d437914cfe7b8b21c20e9ba318b (patch)
tree1ff8ade98fcd7ca1c1408279d1a77fd913b1451b
parent2ba7392c2d74bfcf858c627606d918c5ea227304 (diff)
downloadaur-9c9fc6692c7c5d437914cfe7b8b21c20e9ba318b.tar.gz
Add makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 993807cdf30a..bc0b812021a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = python2-django-postorius-git
url = https://gitlab.com/mailman/postorius
arch = any
license = LGPL
+ makedepends = git
+ makedepends = python2-setuptools
+ depends = python2
depends = python2-django-browserid
depends = python2-mailmanclient
depends = python2-httplib2
diff --git a/PKGBUILD b/PKGBUILD
index d82327000be8..db1bed4078de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgdesc="A Django app that provides a web user interface to access GNU Mailman"
arch=(any)
provides=('python2-django-postorius')
conflicts=('python2-django-postorius')
-depends=('python2-django-browserid' 'python2-mailmanclient' 'python2-httplib2')
+makedepends=('git' 'python2-setuptools')
+depends=('python2' 'python2-django-browserid' 'python2-mailmanclient' 'python2-httplib2')
url="https://gitlab.com/mailman/postorius"
license=('LGPL')
options=(!emptydirs)
-install=
source=("git+https://gitlab.com/mailman/postorius.git")
sha256sums=('SKIP')