Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torbrowser-launcher: update to 0.3.3. #25402

Merged
merged 1 commit into from
Oct 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
109 changes: 0 additions & 109 deletions srcpkgs/torbrowser-launcher/files/tor-browser-developers.asc

This file was deleted.

21 changes: 0 additions & 21 deletions srcpkgs/torbrowser-launcher/patches/apparmor.patch

This file was deleted.

35 changes: 0 additions & 35 deletions srcpkgs/torbrowser-launcher/patches/sandbox.patch

This file was deleted.

21 changes: 0 additions & 21 deletions srcpkgs/torbrowser-launcher/patches/updater.patch

This file was deleted.

This file was deleted.

15 changes: 5 additions & 10 deletions srcpkgs/torbrowser-launcher/template
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# Template file for 'torbrowser-launcher'
pkgname=torbrowser-launcher
version=0.3.2
revision=5
version=0.3.3
revision=1
archs="i686 x86_64" # limited by Tor Browser itself
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor dbus-glib"
depends="python3-PyQt5 python3-gpg python3-requests python3-pysocks gnupg2 tor dbus-glib
python3-packaging"
short_desc="Securely download, verify and run Tor Browser"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="MIT"
homepage="https://github.com/micahflee/torbrowser-launcher"
changelog="https://raw.githubusercontent.com/micahflee/torbrowser-launcher/master/CHANGELOG.md"
distfiles="https://github.com/micahflee/torbrowser-launcher/archive/v${version}.tar.gz"
checksum=25ad4b0c70579628bf18f4cdcd18ac303fe4f7f1c590cc48df2a87651c92991c

post_extract() {
# replace expired tor developers key
cp ${FILESDIR}/tor-browser-developers.asc $wrksrc/share/torbrowser-launcher
}
checksum=58b17bd5a9a6f35fe78d83e69fdf77919ffa8c2492b1add1d47aed6237794f93

post_install() {
vlicense LICENSE
rm ${DESTDIR}/usr/share/locale/torbrowser-launcher.mo # installed twice
}