summaryrefslogtreecommitdiff
path: root/python3-pyqt5
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
committerMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
commit71e00d88efd371016987ec327ff80f68a99ca276 (patch)
tree94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-pyqt5
parent79945f16dd470e72516c67568eb4e356a5d8d196 (diff)
parent145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff)
downloadcontrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz
contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-pyqt5')
-rw-r--r--python3-pyqt5/.signature4
-rw-r--r--python3-pyqt5/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-pyqt5/.signature b/python3-pyqt5/.signature
index 83612e868..f645ebb85 100644
--- a/python3-pyqt5/.signature
+++ b/python3-pyqt5/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF35bjVF3pOJIc9IRk+2VB1gHpK1ZHjpGW7bwTE5CZzFRt2tAvFyQRq8IpsOQEVUX1CbdV3EehmbQpcoFi1C82kgQ=
-SHA256 (Pkgfile) = 681d1eeddc601ec3b004b6a433645061f50cd7152c5604fc0e3fc78d75d21242
+RWSagIOpLGJF369Ngx4E4NGd3GzQ8lt/BPXu9z44MphFGWxBaOnTH3/3F2fYb9k8X0GCCm8oryyfBgycR4xv1HEdrUx8YutXkwI=
+SHA256 (Pkgfile) = 8bd999a27ce2963144c9a8a0a29c631db4e5ba38fe9a87cdd00d4568cb95864d
SHA256 (.footprint) = 8e48679684bd90a45e3a52eab91d68958fa58f436f3f2d6fc79496f46630e060
SHA256 (PyQt5-5.15.1.tar.gz) = d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1
diff --git a/python3-pyqt5/Pkgfile b/python3-pyqt5/Pkgfile
index 8e451e7d7..4d46ded84 100644
--- a/python3-pyqt5/Pkgfile
+++ b/python3-pyqt5/Pkgfile
@@ -18,8 +18,8 @@ build() {
cd build
make
make INSTALL_ROOT=$PKG install -j1
- python3 -m compileall -d / $PKG/usr/lib
- python3 -O -m compileall -d / $PKG/usr/lib
+ /usr/bin/python3 -m compileall -d / $PKG/usr/lib
+ /usr/bin/python3 -O -m compileall -d / $PKG/usr/lib
find $PKG \
-iname "*INSTALLER*" \
-delete

Generated by cgit