Package Details: python-proton-core 0.1.16-2

Git Clone URL: https://aur.archlinux.org/python-proton-core.git (read-only, click to copy)
Package Base: python-proton-core
Description: The proton-core component contains core logic used by the other Proton components.
Upstream URL: https://github.com/ProtonVPN/python-proton-core
Keywords: protonvpn
Licenses: GPL3
Groups: ProtonVPN
Submitter: ali.molaei
Maintainer: ali.molaei
Last Packager: ali.molaei
Votes: 3
Popularity: 0.41
First Submitted: 2023-11-01 12:42 (UTC)
Last Updated: 2024-03-08 11:35 (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 20:47 (UTC)

There are no realease/tags in the repo, for now I just removed use of pkgver:

$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 8f3be40..13b48e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="https://github.com/ProtonVPN/python-proton-core"
 license=("GPL3")
 groups=("ProtonVPN")
 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() {

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