summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 01:04:44 +0200
committerSimon Hanna2015-09-13 01:04:44 +0200
commit4805c37d2977f63b9c92c24dcd8a8a2a501f04f9 (patch)
tree914d9530fd98de0ce23979210530857cd1612f5c
parentd21a2675a7a9c03d040782ca8c119f6b25e99a60 (diff)
downloadaur-4805c37d2977f63b9c92c24dcd8a8a2a501f04f9.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 3809442d38aa..682c1baaadc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-mailmanclient
url = https://gitlab.com/mailman/mailmanclient
arch = any
license = LGPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = mailmanclient-1.0.0.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=1.0.0
sha256sums = d02b6477c4a7fa5f5a378a696ed51f4122eb9196b9384dca0ee52d612a4d77b7
diff --git a/PKGBUILD b/PKGBUILD
index d1b68acf14ac..dc42fe296fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ arch=(any)
url="https://gitlab.com/mailman/mailmanclient"
license=('LGPL')
options=(!emptydirs)
-install=
source=("${_pkgbase}-${pkgver}.tar.gz::https://gitlab.com/mailman/mailmanclient/repository/archive.tar.gz?ref=${pkgver}")
sha256sums=('d02b6477c4a7fa5f5a378a696ed51f4122eb9196b9384dca0ee52d612a4d77b7')
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-mailmanclient() {
depends=('python')