summaryrefslogtreecommitdiff
path: root/python3-pyqt-builder/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'python3-pyqt-builder/Pkgfile')
-rw-r--r--python3-pyqt-builder/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/python3-pyqt-builder/Pkgfile b/python3-pyqt-builder/Pkgfile
index 484e3c972..db84c0252 100644
--- a/python3-pyqt-builder/Pkgfile
+++ b/python3-pyqt-builder/Pkgfile
@@ -4,12 +4,12 @@
# Depends on: python3-setuptools
name=python3-pyqt-builder
-version=1.4.0
+version=1.5.0
release=1
source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$version.tar.gz)
build() {
cd PyQt-builder-$version
- python3 setup.py build
- python3 setup.py install --root=$PKG
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --root=$PKG
}

Generated by cgit