Missing git in makedepends

This commit is contained in:
Travis Burtrum 2017-03-31 23:18:45 -04:00
parent 7af6ced82a
commit 0ec5ff56c2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ url="https://github.com/tgalal/${_pkgname}"
arch=('i686' 'x86_64')
license=('GPL')
depends=('python2')
makedepends=('python2-setuptools')
makedepends=('python2-setuptools' 'git')
conflicts=('python2-axolotl-curve25519')
provides=('python2-axolotl-curve25519')
source=('git://github.com/tgalal/python-axolotl-curve25519')

View File

@ -10,7 +10,7 @@ url="https://github.com/tgalal/python-axolotl"
arch=('any')
license=('GPL')
depends=('python2' 'python2-dateutil' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519-git')
makedepends=('python2-setuptools')
makedepends=('python2-setuptools' 'git')
conflicts=('python2-axolotl')
provides=('python2-axolotl')
source=('git://github.com/tgalal/python-axolotl')