summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Serajnik2021-10-17 11:43:43 +0200
committerMichael Serajnik2021-10-17 11:43:43 +0200
commit8b4615aef9655c38b4605966ed57b0c53b67f350 (patch)
treeaefa3862dc780ae1d606ece4f0b357d8f836a3b7 /PKGBUILD
parent5313dfc26940146c0e9b057d0ea1259da19ebb82 (diff)
downloadaur-vpn-whitelist-git.tar.gz
Add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcfe9f790eb4..1b49018e44fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Michael Serajnik <m at mser dot at>
pkgname=vpn-whitelist-git
_pkgname=vpn-whitelist
-pkgver=r46.c51abb9
+pkgver=r47.bcb1b93
pkgrel=1
pkgdesc="Whitelist domains and addresses to bypass an active VPN connection"
arch=("any")
url="https://github.com/cryzed/${_pkgname}"
license=("AGPL3")
depends=("python" "python-psutil")
+makedepends=("git")
optdepends=("networkmanager: support for automatic whitelisting of addresses"
"ufw: support for whitelisting addresses in UFW")
backup=("etc/vpn-whitelist.conf")