summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b844d446bb2..5e5adbf25dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=openpyn-nordvpn
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Easily connect to and switch between OpenVPN servers hosted by NordVPN"
provides=('python-openpyn' 'openpyn-nordvpn')
arch=('any')
url="https://github.com/jotyGill/openpyn-nordvpn"
-license=('GPLv3')
-depends=('openvpn' 'systemd' 'python-humanfriendly' 'python-requests' 'python-colorama' 'python-coloredlogs' 'python-verboselogs' 'python-tqdm' 'python-jsonschema' 'wget' 'unzip')
+license=('GPL3')
+depends=('openvpn' 'libnotify' 'systemd' 'python-humanfriendly' 'python-gobject' 'python-requests' 'python-colorama' 'python-coloredlogs' 'python-verboselogs' 'python-tqdm' 'python-jsonschema' 'wget' 'unzip')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
install="${pkgname}.install"
source=("https://github.com/jotyGill/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")