From 2480d7eebd11a5903d7c697b23321adf27152423 Mon Sep 17 00:00:00 2001 From: Vivian Lim Date: Fri, 12 Feb 2021 23:08:21 -0800 Subject: [PATCH] protonmail-bridge: update to 1.5.6 Correcting the license, which has been GPL 3.0 since version 1.2.6. --- srcpkgs/protonmail-bridge/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template index 017297acd96..425e110248e 100644 --- a/srcpkgs/protonmail-bridge/template +++ b/srcpkgs/protonmail-bridge/template @@ -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 " -license="custom:Commercial" +license="GPL-3.0-only" 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 }