summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie 'Sharky' Schumann2019-04-25 13:01:12 +0200
committerSophie 'Sharky' Schumann2019-04-25 13:01:12 +0200
commit64379a9ea81eb72d9c30ade55e04e615a3add9ad (patch)
tree77bfdb11431bb75d1cd4af1b597d9de66924e5d4
parenta67815fd354c86b1700a7e9b68df17a94033c6fd (diff)
downloadaur-64379a9ea81eb72d9c30ade55e04e615a3add9ad.tar.gz
added missing openvpn dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8a6c44133f7..2c4f8d433c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://surfshark.com/download/linux"
license=('custom:surfshark')
groups=()
-depends=(glibc)
+depends=(glibc openvpn)
makedepends=()
checkdepends=()
optdepends=()