summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:03:52 +0300
committerDimitris Kiziridis2020-05-19 18:03:52 +0300
commitf27d5bc7975a3892bfb7c4123c870363cb386b80 (patch)
tree08dadacaf605df8ea05c918db1820303eeb38cae
parent3832033baf15394b4de323c41f8fb5452d6e8078 (diff)
downloadaur-f27d5bc7975a3892bfb7c4123c870363cb386b80.tar.gz
fix indents
-rw-r--r--PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5068388e62a5..5c2cb4c0a8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@ arch=('any')
url='https://pypinyin.readthedocs.io'
license=('MIT')
depends=('python-argparse'
- 'python-bumpversion'
- 'mypy'
- 'python-pre-commit'
- 'python-pytest'
- 'python-pytest-cov'
- 'python-path-and-address'
- 'python-pytest-randomly'
- 'python-sphinx'
- 'python-tox'
- 'twine'
- 'python-wheel')
+ 'python-bumpversion'
+ 'mypy'
+ 'python-pre-commit'
+ 'python-pytest'
+ 'python-pytest-cov'
+ 'python-path-and-address'
+ 'python-pytest-randomly'
+ 'python-sphinx'
+ 'python-tox'
+ 'twine'
+ 'python-wheel')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mozillazg/python-pinyin/archive/v${pkgver}.tar.gz")
sha256sums=('0ff8b20190751fe8721a3167685121ec20f01fca3b67c510563c5cb7a29c34e5')