summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:03:58 +0300
committerDimitris Kiziridis2020-05-19 18:03:58 +0300
commit5950dae2be567eb2cac3b925e6a856b16d034ce0 (patch)
treec7af614e66fb1d8f72668568713981e633d09739
parenta0d2910c645cb4e7421059854923b1b2c0dd8805 (diff)
downloadaur-5950dae2be567eb2cac3b925e6a856b16d034ce0.tar.gz
fix indents
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32547ab631f8..36c7c3bb0518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('any')
url="https://github.com/hoechenberger/questplus"
license=('GPL3')
depends=('python'
- 'python-json-tricks'
- 'python-scipy'
- 'python-xarray')
+ 'python-json-tricks'
+ 'python-scipy'
+ 'python-xarray')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hoechenberger/questplus/archive/${pkgver}.tar.gz")
sha256sums=('9137a51abbbf50d0040e413391c894227e19f4d366dbcbcc30ba51c6cadd75fa')