mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-12-22 14:38:48 -05:00
Missing git in makedepends
This commit is contained in:
parent
7af6ced82a
commit
0ec5ff56c2
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user