summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d6abaf0971..90eb0169b48a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Jan 4 15:25:34 UTC 2016
pkgbase = python2-axolotl-git
pkgdesc = Python port of libaxolotl
- pkgver = r39.9585d72
+ pkgver = 0.1.39.r0.g37c5c55
pkgrel = 1
url = https://github.com/tgalal/python-axolotl
arch = any
license = GPL
makedepends = python2-setuptools
+ makedepends = git
depends = python2
- depends = python2-dateutil
depends = python2-protobuf
depends = python2-crypto
depends = python2-axolotl-curve25519-git
diff --git a/PKGBUILD b/PKGBUILD
index 2b06e99a0642..948fff2eb231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='python2-axolotl-git'
_pkgname='python-axolotl'
-pkgver=r39.9585d72
+pkgver=0.1.39.r0.g37c5c55
pkgrel=1
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-git')
-makedepends=('python2-setuptools')
+depends=('python2' 'python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519-git')
+makedepends=('python2-setuptools' 'git')
conflicts=('python2-axolotl')
provides=('python2-axolotl')
source=('git://github.com/tgalal/python-axolotl')