summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-04-07 16:07:24 +0200
committerJuraj Fiala2016-04-07 16:07:24 +0200
commit81f1f6894d72f4f360f6017b4c5229cfa7acd53e (patch)
treea374e2c37d9f5922d85de7112e858f2452158aef
parent978d77ef91ce6215da2afb2700ea6b33f4810f4e (diff)
downloadaur-81f1f6894d72f4f360f6017b4c5229cfa7acd53e.tar.gz
Fix python2-gnupg dep.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 655c0d9c523e..0f84ba6cefae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 13:32:57 UTC 2016
+# Thu Apr 7 14:07:24 UTC 2016
pkgbase = python2-leap_keymanager
pkgdesc = Python nicknym agent.
pkgver = 0.4.3
@@ -7,7 +7,7 @@ pkgbase = python2-leap_keymanager
url = https://bitmask.net/
arch = any
license = GPL3
- depends = python2-gnupg
+ depends = python2-gnupg>=2
depends = python2-simplejson
depends = python2-requests
depends = python2-leap_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index 0be0ecf0fec0..dd5a7eea924c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=('any')
url='https://bitmask.net/'
license=('GPL3')
depends=(
- 'python2-gnupg'
+ # There are multiple versions of these, we want the newer fork
+ 'python2-gnupg>=2'
'python2-simplejson'
'python2-requests'
'python2-leap_pycommon')