summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPhilipp Joram2022-03-21 15:15:50 +0200
committerPhilipp Joram2022-03-21 15:38:19 +0200
commita283bbadd3c0bdd8af197835f92ba15fb7786f88 (patch)
tree6b30985b40fae213735dfe7c9343757e3ae710a0 /.SRCINFO
parent466b2c6ffb9e0fa64bcbae5028c60292a9ce15b6 (diff)
downloadaur-a283bbadd3c0bdd8af197835f92ba15fb7786f88.tar.gz
Spring cleanup
* update maintainer email * use upstream description * sync PKGBUILD `requires` with depedencies in `setup.py` * depend on a non-git `python-axolotl-curve25519` * add `git` to makedepends, necessary for cloning+version parsing * update version string to read from `git` tags * run test suite * separate build- and install steps
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8988baf7a9d..2cfe7d5ecf2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-# Generated by mksrcinfo v8
-# Fri Mar 17 13:27:26 UTC 2017
pkgbase = python-axolotl-git
- pkgdesc = The python-axolotl package, needed for Whatsapp Moxie support
- pkgver = r70.72f7c44
- pkgrel = 4
+ pkgdesc = Python port of libaxolotl
+ pkgver = 0.2.3.r2.gb8d1a2e
+ pkgrel = 1
url = https://github.com/tgalal/python-axolotl
arch = any
license = GPL
+ checkdepends = python-pytest
makedepends = python-setuptools
+ makedepends = git
depends = python
- depends = python-axolotl-curve25519-git
- depends = python-dateutil
+ depends = python-cryptography
+ depends = python-axolotl-curve25519
depends = python-protobuf
- depends = python-crypto
provides = python-axolotl
conflicts = python-axolotl
- source = git://github.com/tgalal/python-axolotl
+ source = git+https://github.com/tgalal/python-axolotl
sha512sums = SKIP
pkgname = python-axolotl-git
-