summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandalenavals2018-02-01 21:27:58 -0200
committerandalenavals2018-02-01 21:27:58 -0200
commitcc6de25344cc0110d9e65e8fd9314ea826e18ba8 (patch)
tree9d88875f56298e7b2783fc38855a9ff957e3cdc4
parent90d8fdff12b577d5157d098d968c2c832dbc7f10 (diff)
downloadaur-cc6de25344cc0110d9e65e8fd9314ea826e18ba8.tar.gz
By the moment let you install or python or python2 version, both simulteneously. Not compatible
-rwxr-xr-x[-rw-r--r--].SRCINFO0
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04fb45461568..04fb45461568 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 58ddc3b12c42..9cfd7c2629d5 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,9 @@ package_python-piff-git() {
package_python2-piff-git() {
depends=('python2')
cd $pkgbase-py2
- rm -rf "$pkgdir"/usr/bin
python2 setup.py install --root=${pkgdir} --prefix=/usr --optimize=1
+ #mv "$pkgdir"/usr/bin/piffify{,2}
+ #mv "$pkgdir"/usr/bin/plotify{,2}
+ #rm -rf "$pkgdir"/usr/bin
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
} \ No newline at end of file