Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / python-proton-keyring-linux
Commits: 5a83bab1 by Peter Jung at 2025-01-08T14:43:00+01:00 upgpkg: 0.2.0-4, add missing depend Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-keyring-linux/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,15 @@ pkgbase = python-proton-keyring-linux pkgdesc = The proton-keyring-linux component. pkgver = 0.2.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/ProtonVPN/python-proton-keyring-linux arch = any license = GPL-3.0-or-later makedepends = git makedepends = python-setuptools + depends = python depends = python-keyring + depends = python-proton-core depends = org.freedesktop.secrets optdepends = gnome-keyring: Gnome keyring support optdepends = pass: pass support ===================================== PKGBUILD ===================================== @@ -3,13 +3,15 @@ pkgname=python-proton-keyring-linux pkgver=0.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="The proton-keyring-linux component." arch=(any) url="https://github.com/ProtonVPN/python-proton-keyring-linux" license=(GPL-3.0-or-later) depends=( + python python-keyring + python-proton-core org.freedesktop.secrets ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-keyring-linux/-/commit/5a83bab1782e57d9a8121cd33cd844e0b5199212 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-keyring-linux/-/commit/5a83bab1782e57d9a8121cd33cd844e0b5199212 You're receiving this email because of your account on gitlab.archlinux.org.
