Missing git in makedepends
This commit is contained in:
@@ -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')
|
||||||
|
@@ -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')
|
||||||
|
Reference in New Issue
Block a user