summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-03-30 11:10:09 +0200
committeractionless2020-03-30 11:10:09 +0200
commit2c95e3fa7a9ad8d038698327f5f8f4af0c3e3b74 (patch)
treee212ff35e0acacd978c8485d6fe8268ae6250687
parent88b869615a826aeb5f0efee00be832590b409406 (diff)
downloadaur-2c95e3fa7a9ad8d038698327f5f8f4af0c3e3b74.tar.gz
remove commented out line
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea1d381b0d22..f32da4a51e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,6 @@ pkgver() {
package() {
cd "${srcdir}/${_pkgname}"
- #/usr/bin/python3 setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps .
}