summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-07-21 21:28:11 +0200
committerManuel Palenzuela2019-07-21 21:28:11 +0200
commita0856be7d0610d34c6235487037830e67d491ce2 (patch)
treed52dc4e98b34b1b1723adb646cd08da615904587
parentc2d3b8c6b040b1ead378b8b7944df425d80d3f75 (diff)
downloadaur-a0856be7d0610d34c6235487037830e67d491ce2.tar.gz
Fixed PKGBUILD (removed unnecesary liine)
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b8764c7850b..bcd67be8cbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,5 @@ pkgver() {
}
package() {
- #pip install --isolated --root=$pkgdir --ignore-installed --no-deps --no-warn-script-location -U git+https://github.com/$author/$_gitname.git
pip install --isolated --root=$pkgdir --ignore-installed --no-deps --no-warn-script-location -U $srcdir/$_gitname
}