summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-01-26 01:00:57 +0330
committerAli Molaei2024-01-26 01:00:57 +0330
commitee0757cdc60f434dc22a01cbd21d3a3a2f31e99e (patch)
tree14088fcf7694f77d2900c0ec044d17d139b528ea
parent92697e4c1e93ceb49c4d913e2929af916ee763c7 (diff)
downloadaur-ee0757cdc60f434dc22a01cbd21d3a3a2f31e99e.tar.gz
Update to 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97e3e6f651ec..61557996f8c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-proton-vpn-network-manager
pkgdesc = The proton-vpn-network-manager component provides the necessary functionality for other components to interact with NetworkManager.
- pkgver = 0.3.0
- pkgrel = 6
+ pkgver = 0.3.3
+ pkgrel = 1
url = https://github.com/ProtonVPN/python-proton-vpn-network-manager
arch = any
groups = ProtonVPN
@@ -10,7 +10,7 @@ pkgbase = python-proton-vpn-network-manager
optdepends = network-manager-applet: password prompt on Gnome and other GTK DEs
optdepends = plasma-nm: password prompt on KDE Plasma
conflicts = python-protonvpn-nm-lib
- source = git+https://github.com/ProtonVPN/python-proton-vpn-network-manager.git#commit=6ffd04fa0ae88a89d2b733443317066ef23b3ccd
+ source = git+https://github.com/ProtonVPN/python-proton-vpn-network-manager.git#commit=0bf750e84a01ecab1844ac1400420e522ff2d839
sha256sums = SKIP
pkgname = python-proton-vpn-network-manager
diff --git a/PKGBUILD b/PKGBUILD
index 32528c647e25..085ceb03e8fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-proton-vpn-network-manager
_gitpkgname=python-proton-vpn-network-manager
-pkgver=0.3.0
-pkgrel=6
+pkgver=0.3.3
+pkgrel=1
pkgdesc="The proton-vpn-network-manager component provides the necessary functionality for other components to interact with NetworkManager."
arch=("any")
url="https://github.com/ProtonVPN/python-proton-vpn-network-manager"
@@ -12,7 +12,7 @@ groups=("ProtonVPN")
optdepends=("network-manager-applet: password prompt on Gnome and other GTK DEs"
"plasma-nm: password prompt on KDE Plasma")
makedepends=("python-setuptools")
-source=("git+https://github.com/ProtonVPN/${_gitpkgname}.git#commit=6ffd04fa0ae88a89d2b733443317066ef23b3ccd")
+source=("git+https://github.com/ProtonVPN/${_gitpkgname}.git#commit=0bf750e84a01ecab1844ac1400420e522ff2d839")
sha256sums=('SKIP')
conflicts=('python-protonvpn-nm-lib')