summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-04-07 16:50:45 +0200
committerJuraj Fiala2016-04-07 16:50:45 +0200
commit931a1c1f0b12167f64a75c433008982ebe50f3bf (patch)
tree729408af499afabcecca7d3e77f6c2d6ea58a609
parent81f1f6894d72f4f360f6017b4c5229cfa7acd53e (diff)
downloadaur-931a1c1f0b12167f64a75c433008982ebe50f3bf.tar.gz
Looks like deps aren't handled as nicely as I thought.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f84ba6cefae..5feef766e22e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 14:07:24 UTC 2016
+# Thu Apr 7 14:50:45 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>=2
+ depends = python2-gnupg-ng-leap
depends = python2-simplejson
depends = python2-requests
depends = python2-leap_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index dd5a7eea924c..68961dec094d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://bitmask.net/'
license=('GPL3')
depends=(
# There are multiple versions of these, we want the newer fork
- 'python2-gnupg>=2'
+ 'python2-gnupg-ng-leap'
'python2-simplejson'
'python2-requests'
'python2-leap_pycommon')