protonmail-bridge: update to 1.5.6

Correcting the license which has been GPL 3.0.

Licensing information taken from
565c0b6ddf/COPYING_NOTES.md

Closes: #28717 [via git-merge-pr]
This commit is contained in:
Vivian Lim 2021-02-12 23:08:21 -08:00 committed by Érico Rolim
parent 854543c6c1
commit 5b0e628320

View file

@ -1,24 +1,23 @@
# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
version=1.4.4
version=1.5.6
revision=1
archs="x86_64"
build_style=fetch
depends="desktop-file-utils"
short_desc="ProtonMail Bridge for use with E-mail software"
maintainer="Rich G <rich@richgannon.net>"
license="custom:Commercial"
license="GPL-3.0-or-later"
homepage="https://protonmail.com/bridge"
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
restricted=yes
noverifyrdeps=yes
nopie=yes
do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
bsdtar xpvf data.tar.xz
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
bsdtar xpvf data.tar.gz
cp -r usr ${DESTDIR}
vlicense usr/lib/protonmail/bridge/LICENSE
}