[arch-commits] Commit in python-oscrypto/trunk (PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Thu Feb 25 09:24:19 UTC 2021


    Date: Thursday, February 25, 2021 @ 09:24:19
  Author: diabonas
Revision: 873328

python-oscrypto: fix indentation

Modified:
  python-oscrypto/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 09:23:38 UTC (rev 873327)
+++ PKGBUILD	2021-02-25 09:24:19 UTC (rev 873328)
@@ -12,8 +12,8 @@
 sha512sums=('bf858f59bf6e54d1ac962df4b90eb674844e50f47b217d73d94b05e27280b78671dc04f4211276c04e71b48f92b446bc11f964b7223def24f5d0d878166547f3')
 
 build() {
-    cd "${pkgname#python-}-$pkgver"
-    python setup.py build
+	cd "${pkgname#python-}-$pkgver"
+	python setup.py build
 }
 
 check() {
@@ -22,7 +22,7 @@
 }
 
 package() {
-    cd "${pkgname#python-}-$pkgver"
-    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+	cd "${pkgname#python-}-$pkgver"
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }



More information about the arch-commits mailing list