summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ee412d94f9..186fa87abb1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = openpyn-nordvpn
pkgdesc = Easily connect to and switch between OpenVPN servers hosted by NordVPN
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jotyGill/openpyn-nordvpn
install = openpyn-nordvpn.install
arch = any
- license = GPLv3
+ license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = openvpn
+ depends = libnotify
depends = systemd
depends = python-humanfriendly
+ depends = python-gobject
depends = python-requests
depends = python-colorama
depends = python-coloredlogs
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")