summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2017-03-17 14:31:23 +0100
committerPhilipp Joram2017-03-17 14:31:23 +0100
commit466b2c6ffb9e0fa64bcbae5028c60292a9ce15b6 (patch)
tree93b36ff5aa357c0f2e3e40547ecd985ef93a43f8
parente480b557d9716c33b77e376a79e8f68ca6bc9ad6 (diff)
downloadaur-466b2c6ffb9e0fa64bcbae5028c60292a9ce15b6.tar.gz
Fix python-crypto dependency
Packaging is hard. Why even does python-pycrypto exist in the AUR when python-crypto exists in [community] and provides the same sources!?
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6acdfbc8e771..c8988baf7a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 16 11:36:29 UTC 2017
+# 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 = 3
+ pkgrel = 4
url = https://github.com/tgalal/python-axolotl
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = python-axolotl-git
depends = python-axolotl-curve25519-git
depends = python-dateutil
depends = python-protobuf
- depends = python-pycrypto
+ depends = python-crypto
provides = python-axolotl
conflicts = python-axolotl
source = git://github.com/tgalal/python-axolotl
diff --git a/PKGBUILD b/PKGBUILD
index a48188800a68..f4b502de3e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='python-axolotl-git'
_pkgname='python-axolotl'
pkgver=r70.72f7c44
-pkgrel=3
+pkgrel=4
pkgdesc="The python-axolotl package, needed for Whatsapp Moxie support"
url="https://github.com/tgalal/python-axolotl"
arch=('any')
@@ -15,7 +15,7 @@ depends=('python'
'python-axolotl-curve25519-git'
'python-dateutil'
'python-protobuf'
- 'python-pycrypto')
+ 'python-crypto')
makedepends=('python-setuptools')
provides=('python-axolotl')
conflicts=('python-axolotl')