summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:07:24 +0300
committerDimitris Kiziridis2020-05-19 18:07:24 +0300
commit1a391a7ed03ff27f59ea3f5def5dd4f70e325112 (patch)
tree479ea4999a580513ec027481af947d9a48d1887c
parentcbd80376989b18749dce1a00054780eb14dd7a6b (diff)
downloadaur-1a391a7ed03ff27f59ea3f5def5dd4f70e325112.tar.gz
fix indents
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82aa0ebf3b14..d83d9a8d0868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,18 +10,18 @@ arch=(any)
url="https://weboob.org"
license=('LGPL3')
depends=('python-lxml'
- 'python-cssselect'
- 'python-requests'
- 'python-dateutil'
- 'python-yaml'
- 'python-html2text'
- 'python-six'
- 'python-unidecode'
- 'python-pillow'
- 'python-babel'
- 'python-simplejson')
+ 'python-cssselect'
+ 'python-requests'
+ 'python-dateutil'
+ 'python-yaml'
+ 'python-html2text'
+ 'python-six'
+ 'python-unidecode'
+ 'python-pillow'
+ 'python-babel'
+ 'python-simplejson')
optdepends=('python-prettytable: CLI output formatting'
- 'python-feedparser: required by some modules')
+ 'python-feedparser: required by some modules')
makedepends=('python-setuptools' 'git')
replaces=('weboob-headless')
provides=('weboob-headless')