summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-04-09 15:11:25 +0200
committerJuraj Fiala2016-04-09 15:11:25 +0200
commitf8e766e9997a2666a3b19a919bc06c096b7e9710 (patch)
tree5e6998e7b3f9f6c273bd6bbac6fd2d536302afb6
parentd1349a1479e6782195df689c172e44075cb9f70c (diff)
downloadaur-f8e766e9997a2666a3b19a919bc06c096b7e9710.tar.gz
Fix dependencies.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115c8887d203..ea464d6c1947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 12:58:53 UTC 2016
+# Sat Apr 9 13:11:25 UTC 2016
pkgbase = bitmask_client
pkgdesc = Encrypted communication for mere mortals.
pkgver = 0.9.1
- pkgrel = 4
+ pkgrel = 5
url = https://bitmask.net/
install = bitmask_client.install
arch = any
license = GPL3
+ makedepends = python2-docutils
makedepends = python-pyside-tools
+ depends = desktop-file-utils
+ depends = xdg-utils
depends = python2-argh
depends = python2-requests
depends = python2-srp
diff --git a/PKGBUILD b/PKGBUILD
index 6fc0471749a9..2b4a252e68c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
_srcname=leap.bitmask
pkgname=bitmask_client
pkgver=0.9.1
-pkgrel=4
+pkgrel=5
pkgdesc='Encrypted communication for mere mortals.'
arch=('any')
url='https://bitmask.net/'
license=('GPL3')
depends=(
+ 'desktop-file-utils'
+ 'xdg-utils'
'python2-argh'
'python2-requests'
'python2-srp'
@@ -31,6 +33,7 @@ depends=(
'python2-leap_pycommon'
)
makedepends=(
+ 'python2-docutils'
'python-pyside-tools'
)
# Disable tests for now as they fail