summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2021-03-01 11:06:52 +1100
committerPete Alexandrou2021-03-01 11:06:52 +1100
commitea63ca5d36df9d179a9e1ff4ab61adf12d2f041e (patch)
tree2af64a8acaa0101a4142931d1a5a7fae42bdc0f1
parentbe987061c9b5f7409cbdb8bc3b6e4dcbf790f975 (diff)
downloadaur-ea63ca5d36df9d179a9e1ff4ab61adf12d2f041e.tar.gz
added python-docutils dependancy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b181e730807..9088c0971f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openvpn-xor-git
pkgdesc = OpenVPN with XOR patch to bypass DPI monitoring in places like China (also known as OpenVPN stealth/scramble mode)
pkgver = 2.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openvpn/openvpn
arch = x86_64
license = custom
@@ -12,6 +12,7 @@ pkgbase = openvpn-xor-git
depends = iproute2
depends = libsystemd
depends = pkcs11-helper
+ depends = python-docutils
optdepends = easy-rsa
optdepends = pam
optdepends = qopenvpn
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')