summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlemens Schölhorn2017-06-19 18:35:22 +0200
committerKlemens Schölhorn2017-06-19 19:03:56 +0200
commitd9d756b42471f7a2f67a9b78aeaaa5ef52dc7c00 (patch)
tree6b634588806528e74e647d699d272f828e1bd2ab
parent183411dd2b271138fcda952cf75601a08a17dc1d (diff)
downloadaur-d9d756b42471f7a2f67a9b78aeaaa5ef52dc7c00.tar.gz
Move git to makedepends
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b05b48d08af..fd3155630e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,15 @@ pkgdesc="Simple Let's Encrypt client."
arch=('any')
license=('GPL')
url="https://github.com/zenhack/simp_le"
-depends=('git' 'ca-certificates' 'python-setuptools' 'python-pip' 'python-wheel' 'python-cryptography' 'python-mock'
- 'python-pyopenssl' 'python-acme')
+depends=('ca-certificates'
+ 'python-setuptools'
+ 'python-pip'
+ 'python-wheel'
+ 'python-cryptography'
+ 'python-mock'
+ 'python-pyopenssl'
+ 'python-acme')
+makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}"::"git+https://github.com/zenhack/simp_le.git")