blob: 9a11183b97b3a7c6144a8ab273b396788804d3f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Proton Technologies AG <opensource at proton dot me>
# Maintainer: Alexandru Cheltutior <acrandom at pm dot me>
pkgname=protonvpn
pkgver=1.0.0
pkgrel=3
pkgdesc="Official ProtonVPN metapackage that installs protonvpn-gui and protonvpn-cli, maintained by the ProtonVPN team."
arch=("any")
url="https://github.com/ProtonVPN/"
license=("GPL3")
depends=("protonvpn-cli" "protonvpn-gui")
validpgpkeys=("6A5571928D2222D83BC7456E4EDE055B645F044F")
|