summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:03:32 +0300
committerDimitris Kiziridis2020-05-19 18:03:32 +0300
commit17ae2d45703577f5ea09a6e2686d2887c5750525 (patch)
tree5d4ade9d083c676ee09f563df65ddb77edecf732 /PKGBUILD
parent3b610005b9f551150c44a28e57488fe676cf7006 (diff)
downloadaur-17ae2d45703577f5ea09a6e2686d2887c5750525.tar.gz
fix indents
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD44
1 files changed, 22 insertions, 22 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12972ed22a46..603a58f00ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,28 +9,28 @@ url='https://www.akshare.xyz'
license=('MIT')
provides=('akshare')
depends=('python-beautifulsoup4'
- 'python-lxml'
- 'python-matplotlib'
- 'python-numpy'
- 'python-pandas'
- 'python-requests'
- 'python-urllib3'
- 'python-demjson'
- 'python-pyexecjs'
- 'python-pillow'
- 'python-pinyin'
- 'python-websocket-client'
- 'python-pycryptodomex'
- 'python-html5lib'
- 'python-requests-html'
- 'python-scikit-learn'
- 'python-fonttools'
- 'python-xlrd'
- 'python-tqdm'
- 'python-openpyxl'
- 'python-jsonpath-ng'
- 'python-tabulate'
- 'python-decorator')
+ 'python-lxml'
+ 'python-matplotlib'
+ 'python-numpy'
+ 'python-pandas'
+ 'python-requests'
+ 'python-urllib3'
+ 'python-demjson'
+ 'python-pyexecjs'
+ 'python-pillow'
+ 'python-pinyin'
+ 'python-websocket-client'
+ 'python-pycryptodomex'
+ 'python-html5lib'
+ 'python-requests-html'
+ 'python-scikit-learn'
+ 'python-fonttools'
+ 'python-xlrd'
+ 'python-tqdm'
+ 'python-openpyxl'
+ 'python-jsonpath-ng'
+ 'python-tabulate'
+ 'python-decorator')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jindaxiang/akshare/archive/v${pkgver}.tar.gz")
sha256sums=('8db7bf3214d3cd08d50c3df1f290db973683d38b8b16e9ac4a8696485481ac28')