summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPete Alexandrou2021-03-01 11:06:52 +1100
committerPete Alexandrou2021-03-01 11:06:52 +1100
commitea63ca5d36df9d179a9e1ff4ab61adf12d2f041e (patch)
tree2af64a8acaa0101a4142931d1a5a7fae42bdc0f1 /PKGBUILD
parentbe987061c9b5f7409cbdb8bc3b6e4dcbf790f975 (diff)
downloadaur-ea63ca5d36df9d179a9e1ff4ab61adf12d2f041e.tar.gz
added python-docutils dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d7e3765853c..db33f3ede05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=openvpn-xor-git
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='OpenVPN with XOR patch to bypass DPI monitoring in places like China (also known as OpenVPN stealth/scramble mode)'
arch=('x86_64')
url='https://github.com/openvpn/openvpn'
-depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper')
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd' 'pkcs11-helper' 'python-docutils')
optdepends=('easy-rsa' 'pam' 'qopenvpn')
makedepends=('git' 'systemd')
conflicts=('openvpn' 'openvpn-dev' 'openvpn-git' 'openvpn-xor-patched' 'libressl')