Missing git in makedepends

This commit is contained in:
moparisthebest
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') arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
depends=('python2') depends=('python2')
makedepends=('python2-setuptools') makedepends=('python2-setuptools' 'git')
conflicts=('python2-axolotl-curve25519') conflicts=('python2-axolotl-curve25519')
provides=('python2-axolotl-curve25519') provides=('python2-axolotl-curve25519')
source=('git://github.com/tgalal/python-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') arch=('any')
license=('GPL') license=('GPL')
depends=('python2' 'python2-dateutil' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519-git') depends=('python2' 'python2-dateutil' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519-git')
makedepends=('python2-setuptools') makedepends=('python2-setuptools' 'git')
conflicts=('python2-axolotl') conflicts=('python2-axolotl')
provides=('python2-axolotl') provides=('python2-axolotl')
source=('git://github.com/tgalal/python-axolotl') source=('git://github.com/tgalal/python-axolotl')