Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
4f5e27b596
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -14,11 +14,11 @@ url=
 arch=('any')
 source=("git+https://github.com/TC01/calcpkg.git")
 build() {
-    cd "$srcdir/$pkgname"
+	cd "$srcdir/$pkgname"
 	python2 setup.py build;
 }
 package() {
-    cd "$srcdir/$pkgname"
+	cd "$srcdir/$pkgname"
 	python2 setup.py install --prefix=$pkgdir;
 }
 md5sums=('SKIP')