summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuraj Fiala2016-04-07 16:50:45 +0200
committerJuraj Fiala2016-04-07 16:50:45 +0200
commit931a1c1f0b12167f64a75c433008982ebe50f3bf (patch)
tree729408af499afabcecca7d3e77f6c2d6ea58a609 /PKGBUILD
parent81f1f6894d72f4f360f6017b4c5229cfa7acd53e (diff)
downloadaur-931a1c1f0b12167f64a75c433008982ebe50f3bf.tar.gz
Looks like deps aren't handled as nicely as I thought.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')