summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e23b013aa57..d7d6abaf0971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 15:21:00 UTC 2016
+# Mon Jan 4 15:25:34 UTC 2016
pkgbase = python2-axolotl-git
pkgdesc = Python port of libaxolotl
pkgver = r39.9585d72
@@ -12,7 +12,7 @@ pkgbase = python2-axolotl-git
depends = python2-dateutil
depends = python2-protobuf
depends = python2-crypto
- depends = python2-axolotl-curve25519
+ depends = python2-axolotl-curve25519-git
provides = python2-axolotl
conflicts = python2-axolotl
source = git://github.com/tgalal/python-axolotl
diff --git a/PKGBUILD b/PKGBUILD
index e000bc232462..2b06e99a0642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Python port of libaxolotl"
url="https://github.com/tgalal/python-axolotl"
arch=('any')
license=('GPL')
-depends=('python2' 'python2-dateutil' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519')
+depends=('python2' 'python2-dateutil' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519-git')
makedepends=('python2-setuptools')
conflicts=('python2-axolotl')
provides=('python2-axolotl')