summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61684cd765d2..80a071991e5b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,6 @@ build() {
package() {
cd $srcdir/build
make DESTDIR="$pkgdir/" install
- # cd pymoab
- # bash install.sh
- # python setup.py install --user
+ cd pymoab
+ pip install .
}