summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-01 21:59:19 -0700
committerMark Wagie2020-12-01 21:59:19 -0700
commitb87a5b099070eca6e2ca459a0da185bbd50cbea7 (patch)
tree019dabb44faf36c5e019f9333f284de95b2949df
parentd1bdde191154b43091a67e7660ba69871b3d0359 (diff)
downloadaur-b87a5b099070eca6e2ca459a0da185bbd50cbea7.tar.gz
external developer key no longer required
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75c23929b1c..46b3e5cd3a7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Dec 2 03:53:31 UTC 2020
pkgbase = torbrowser-launcher-git
pkgdesc = Securely and easily download, verify, install and launch Tor Browser
pkgver = 0.3.2.r49.0e020dc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/micahflee/torbrowser-launcher
arch = any
license = MIT
@@ -23,11 +21,9 @@ pkgbase = torbrowser-launcher-git
source = git+https://github.com/micahflee/torbrowser-launcher.git#branch=develop
source = https://github.com/yardenac/torbrowser-launcher/commit/5fe206b8fcc31ca6b5df444c2bdcf00c2d81a0d0.patch
source = https://github.com/yardenac/torbrowser-launcher/commit/f4f3ae0eb5e8a3e52ff5e2d1b9078ae2ce6680c3.patch
- source = tor-browser-developers.pub::https://sources.archlinux.org/other/community/torbrowser-launcher/tor-browser-developers-2020-12-19.asc
sha256sums = SKIP
sha256sums = 9bc0424ccde2cfde61ec863210a503dcbe6b19537fef8a877419628b7604e696
sha256sums = a11323b49a1f1a2c886dafe1a0b91eeb51ec273199916d14f1ed5ea8aa6aa2d3
- sha256sums = 1845e038fc7b0b1f861d9ddb29118d40c03596ec6efff82025dd47e74eb865b9
pkgname = torbrowser-launcher-git
diff --git a/PKGBUILD b/PKGBUILD
index 42a1d534713e..d34a7a6173a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=torbrowser-launcher-git
pkgver=0.3.2.r49.0e020dc
-pkgrel=1
+pkgrel=2
pkgdesc="Securely and easily download, verify, install and launch Tor Browser"
arch=('any')
url="https://github.com/micahflee/torbrowser-launcher"
@@ -15,12 +15,10 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/micahflee/torbrowser-launcher.git#branch=develop'
'https://github.com/yardenac/torbrowser-launcher/commit/5fe206b8fcc31ca6b5df444c2bdcf00c2d81a0d0.patch'
- 'https://github.com/yardenac/torbrowser-launcher/commit/f4f3ae0eb5e8a3e52ff5e2d1b9078ae2ce6680c3.patch'
- 'tor-browser-developers.pub::https://sources.archlinux.org/other/community/torbrowser-launcher/tor-browser-developers-2020-12-19.asc')
+ 'https://github.com/yardenac/torbrowser-launcher/commit/f4f3ae0eb5e8a3e52ff5e2d1b9078ae2ce6680c3.patch')
sha256sums=('SKIP'
'9bc0424ccde2cfde61ec863210a503dcbe6b19537fef8a877419628b7604e696'
- 'a11323b49a1f1a2c886dafe1a0b91eeb51ec273199916d14f1ed5ea8aa6aa2d3'
- '1845e038fc7b0b1f861d9ddb29118d40c03596ec6efff82025dd47e74eb865b9')
+ 'a11323b49a1f1a2c886dafe1a0b91eeb51ec273199916d14f1ed5ea8aa6aa2d3')
pkgver() {
cd "$srcdir/${pkgname%-git}"