summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-06-30 20:31:23 +0200
committerJuraj Fiala2016-06-30 20:31:23 +0200
commite560481a88b7fc7299ae772ae00eff12fc033066 (patch)
treee8bc5fe6439ba5917d36e29978452bfb78119a9a
parent0586260b5671f33744bf3801e969253c364f7e1d (diff)
downloadaur-e560481a88b7fc7299ae772ae00eff12fc033066.tar.gz
Add openvpn to deps.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a2322cdce0..4eca9b743554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 29 15:43:02 UTC 2016
+# Thu Jun 30 18:31:23 UTC 2016
pkgbase = bitmask_client
pkgdesc = Encrypted communication for mere mortals.
pkgver = 0.9.2
@@ -11,6 +11,7 @@ pkgbase = bitmask_client
makedepends = python-pyside-tools
depends = desktop-file-utils
depends = xdg-utils
+ depends = openvpn
depends = python2-argh
depends = python2-requests
depends = python2-srp
diff --git a/PKGBUILD b/PKGBUILD
index 6e9512dcad7b..3a9041421347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL3')
depends=(
'desktop-file-utils'
'xdg-utils'
+ 'openvpn'
'python2-argh'
'python2-requests'
'python2-srp'