summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-03 18:20:21 -0700
committerMark Wagie2020-03-03 18:20:21 -0700
commitf7da35a6e9266fff3e5a33f3239b1414840356a3 (patch)
tree7816608523bbef5d2c11a4df591a971334b8665d
parent0dcea6fce42e81d3430a12b817da96f1c0edecc8 (diff)
downloadaur-f7da35a6e9266fff3e5a33f3239b1414840356a3.tar.gz
update dependencies to match community package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af105258cc9..9bdb8672f6f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = torbrowser-launcher-git
pkgdesc = Securely and easily download, verify, install and launch Tor Browser
pkgver = 0.3.2.r24.fc2073d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/micahflee/torbrowser-launcher
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
+ makedepends = python-distro
depends = tor
depends = gnupg
- depends = pygtk
depends = python-gnupg
depends = python-gpgme
depends = python-pyqt5
- depends = python-twisted
- depends = python-distro
+ depends = python-pysocks
+ depends = python-requests
provides = torbrowser-launcher
conflicts = torbrowser-launcher
source = git+https://github.com/micahflee/torbrowser-launcher.git#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index fa35730c9cdf..f30b1235dca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=torbrowser-launcher-git
pkgver=0.3.2.r24.fc2073d
-pkgrel=1
+pkgrel=2
pkgdesc="Securely and easily download, verify, install and launch Tor Browser"
arch=('any')
url="https://github.com/micahflee/torbrowser-launcher"
license=('MIT')
-depends=('tor' 'gnupg' 'pygtk' 'python-gnupg' 'python-gpgme' 'python-pyqt5'
- 'python-twisted' 'python-distro')
-makedepends=('git' 'python-setuptools')
+depends=('tor' 'gnupg' 'python-gnupg' 'python-gpgme' 'python-pyqt5' 'python-pysocks'
+ 'python-requests')
+makedepends=('git' 'python-setuptools' 'python-distro')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/micahflee/torbrowser-launcher.git#branch=develop'