summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2017-03-16 12:39:11 +0100
committerPhilipp Joram2017-03-16 12:39:11 +0100
commite480b557d9716c33b77e376a79e8f68ca6bc9ad6 (patch)
tree198276bef3d10d504611ee11afc8addcbcfadef7
parentc0843032cb81e981879cf5699a406ecf2c717298 (diff)
downloadaur-e480b557d9716c33b77e376a79e8f68ca6bc9ad6.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35df3f744d24..6acdfbc8e771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 27 18:43:37 UTC 2016
+# Thu Mar 16 11:36:29 UTC 2017
pkgbase = python-axolotl-git
pkgdesc = The python-axolotl package, needed for Whatsapp Moxie support
pkgver = r70.72f7c44
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tgalal/python-axolotl
arch = any
license = GPL
@@ -11,6 +11,8 @@ pkgbase = python-axolotl-git
depends = python
depends = python-axolotl-curve25519-git
depends = python-dateutil
+ depends = python-protobuf
+ depends = python-pycrypto
provides = python-axolotl
conflicts = python-axolotl
source = git://github.com/tgalal/python-axolotl
diff --git a/PKGBUILD b/PKGBUILD
index 6b7699319342..a48188800a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,16 @@
pkgname='python-axolotl-git'
_pkgname='python-axolotl'
pkgver=r70.72f7c44
-pkgrel=2
+pkgrel=3
pkgdesc="The python-axolotl package, needed for Whatsapp Moxie support"
url="https://github.com/tgalal/python-axolotl"
arch=('any')
license=('GPL')
-depends=('python' 'python-axolotl-curve25519-git' 'python-dateutil')
+depends=('python'
+ 'python-axolotl-curve25519-git'
+ 'python-dateutil'
+ 'python-protobuf'
+ 'python-pycrypto')
makedepends=('python-setuptools')
provides=('python-axolotl')
conflicts=('python-axolotl')