Package Details: python-proton-vpn-logger 0.2.1-5

Git Clone URL: https://aur.archlinux.org/python-proton-vpn-logger.git (read-only, click to copy)
Package Base: python-proton-vpn-logger
Description: The proton-vpn-logger is a general purpose logging package for the entire vpn linux client.
Upstream URL: https://github.com/ProtonVPN/python-proton-vpn-logger
Keywords: protonvpn
Licenses: GPL3
Groups: ProtonVPN
Submitter: ali.molaei
Maintainer: ali.molaei
Last Packager: ali.molaei
Votes: 2
Popularity: 0.38
First Submitted: 2023-11-01 12:44 (UTC)
Last Updated: 2024-03-08 11:30 (UTC)

Latest Comments

ali.molaei commented on 2023-11-16 08:07 (UTC)

@winksaville I switched to using commits instead of tags and this should work fine now

winksaville commented on 2023-11-15 22:18 (UTC)

As with python-proton-core this does not have a release/tag, so I removed pkgver:

$ git diff -U6
diff --git a/PKGBUILD b/PKGBUILD
index 6a11dea..6a85587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,14 @@ pkgdesc="The proton-vpn-logger is a general purpose logging package for the enti
 arch=("any")
 url="https://github.com/ProtonVPN/python-proton-vpn-logger"
 license=("GPL3")
 groups=("ProtonVPN")
 depends=("python-proton-core")
 makedepends=("python-setuptools")
-source=("git+https://github.com/ProtonVPN/${_gitpkgname}.git#tag=${pkgver}")
+#source=("git+https://github.com/ProtonVPN/${_gitpkgname}.git#tag=${pkgver}")
+source=("git+https://github.com/ProtonVPN/${_gitpkgname}.git")
 sha256sums=('SKIP')

 build() {
     cd "$_gitpkgname"
     python setup.py build
 }

You should probably use a hash or maybe ask upstream to add release/tag?