diff options
author | psykose <alice@ayaya.dev> | 2023-05-29 02:57:31 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-05-29 04:57:33 +0200 |
commit | 6467bd0461e3b40076135a7d87f509afab1dcb49 (patch) | |
tree | a1e4f0b031425831ccb48a169b3026e51ad725fe /testing/py3-luhn/APKBUILD | |
parent | c7c1b9747753f109513aa906501d329c76c12188 (diff) | |
download | aports-6467bd0461e3b40076135a7d87f509afab1dcb49.zip |
*/*: fix files that had non-tab indents/\"alignment\"
Diffstat (limited to 'testing/py3-luhn/APKBUILD')
-rw-r--r-- | testing/py3-luhn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-luhn/APKBUILD b/testing/py3-luhn/APKBUILD index 2ddf7210c1a..55a48f07541 100644 --- a/testing/py3-luhn/APKBUILD +++ b/testing/py3-luhn/APKBUILD @@ -27,7 +27,7 @@ check() { } package() { - python3 setup.py install --skip-build --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="43732155358352fa25ca4c25e59a40efd98250e4296f75cdd1d2050a79a1ac26110f024a585159a626784dbfd4b6def3c85b2594c6ecf4e8b74a9cd165870c78 luhn-0.2.0.tar.gz" |