summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-02-24 16:33:07 -0700
committerMark Wagie2020-02-24 16:33:07 -0700
commit0dcea6fce42e81d3430a12b817da96f1c0edecc8 (patch)
tree7092bde5e004e44631870bada4928819fc604839
parentfa75bd2fed8861f568a70fc00c58b6190ebf7e3e (diff)
downloadaur-0dcea6fce42e81d3430a12b817da96f1c0edecc8.tar.gz
PKGBUILD tweaks
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee4db81e683d..fa35730c9cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ 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')
+depends=('tor' 'gnupg' 'pygtk' 'python-gnupg' 'python-gpgme' 'python-pyqt5'
+ 'python-twisted' 'python-distro')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")