Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
python-proton-vpn-api-core
Commits:
3ad6d9b9 by Peter Jung at 2025-01-08T14:34:40+01:00
upgpkg: 0.39.0-2, add missing depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,18 @@
pkgbase = python-proton-vpn-api-core
pkgdesc = The proton-vpn-core-api acts as a facade to the other Proton
VPN components, exposing a uniform API to the available Proton VPN services.
pkgver = 0.39.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProtonVPN/python-proton-vpn-api-core
arch = any
license = GPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
+ depends = python
+ depends = python-distro
+ depends = python-jinja
+ depends = python-proton-core
+ depends = python-pynacl
+ depends = python-sentry_sdk
source =
git+https://github.com/ProtonVPN/python-proton-vpn-api-core.git#tag=v0.39.0
sha256sums =
c75143600836a415f9a70fb877765a2843df3b437e571733baf6c671bf1d5943
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,19 @@
pkgname=python-proton-vpn-api-core
pkgver=0.39.0
-pkgrel=1
+pkgrel=2
pkgdesc="The proton-vpn-core-api acts as a facade to the other Proton VPN
components, exposing a uniform API to the available Proton VPN services."
arch=("any")
url="https://github.com/ProtonVPN/python-proton-vpn-api-core"
license=(GPL-3.0-or-later)
+depends=(
+ python
+ python-distro
+ python-jinja
+ python-proton-core
+ python-pynacl
+ python-sentry_sdk
+)
makedepends=(
git
python-setuptools
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-vpn-api-core/-/commit/3ad6d9b9ba88d1bbc379701b503a5f24b598e5d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-vpn-api-core/-/commit/3ad6d9b9ba88d1bbc379701b503a5f24b598e5d2
You're receiving this email because of your account on gitlab.archlinux.org.