diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-pyqt5-sip | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-pyqt5-sip')
-rw-r--r-- | python3-pyqt5-sip/.signature | 4 | ||||
-rw-r--r-- | python3-pyqt5-sip/Pkgfile | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python3-pyqt5-sip/.signature b/python3-pyqt5-sip/.signature index debc6121f..ac4af43f4 100644 --- a/python3-pyqt5-sip/.signature +++ b/python3-pyqt5-sip/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+qYCbfypt6bAqLAAnGTwKKoYo8/c8kHAFZLTZ0Uca7OfY/OnSKTa+xFfBfKU+MbW34+75N+TbS1FGG7pJrM5wo= -SHA256 (Pkgfile) = cbf8ea9dbf245b2e572b98f0107ac441061d1394d6b5d03780434122c98cb10c +RWSagIOpLGJF35s9kauRKvoWhY6bWsri6HeBed5Z/rT7QJP3XmyKkhqxu0lL115sayHxVsG9syl1LiVSMr/X/iAp0k0jBvvqngk= +SHA256 (Pkgfile) = 6754ca20f31decc9c93464a75150c4c641015a9dc1e9f6ff855815b9000a2813 SHA256 (.footprint) = 85a02379d5d88083e0082cd8ef918c3cc9b4704f356a32420e21eacede7b574a SHA256 (PyQt5_sip-12.8.1.tar.gz) = 30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd diff --git a/python3-pyqt5-sip/Pkgfile b/python3-pyqt5-sip/Pkgfile index af022920c..896d860ab 100644 --- a/python3-pyqt5-sip/Pkgfile +++ b/python3-pyqt5-sip/Pkgfile @@ -10,7 +10,8 @@ source=(https://pypi.python.org/packages/source/P/PyQt5-sip/PyQt5_sip-$version.t build() { cd PyQt5_sip-$version - python3 setup.py build - python3 setup.py install \ - --skip-build --root=$PKG + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install \ + --skip-build \ + --root=$PKG } |