python3-pyqt6-sip: -> 13.4.0

This commit is contained in:
Tim Biermann 2022-10-04 23:34:42 +02:00
parent 3d4a96a9cd
commit abf9d600d6
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38Fmuri3nmRNXRTeh/2kFm/DtwoK+MnDySTeNHAGS/XpjZfMro1LeWbNX0Ol7sXo3NFmUW8OE6DgnuOlQJE7LQw=
SHA256 (Pkgfile) = 3276c03260547f34fc007d9097b32630d2d2a58bf964b2066adb1edf48be2d8f
RWSagIOpLGJF33KLjGG4vLsE88c0U5ruB6Le+1eLvaLntNj+1TsCyNSiWdSQuyC8ZRVJPePJg+30eCNzopgFt+YK302SNZlSIAs=
SHA256 (Pkgfile) = 3362c6e4f5018ed3e17693cf7ab07847ca0ad94229063d4f7b452d8fb916b5b1
SHA256 (.footprint) = 913bf595e74387b74acfc053da3dfa9a76d72f01c98a8184ee15e24af017e9fa
SHA256 (PyQt6_sip-13.4.0.tar.gz) = 6d87a3ee5872d7511b76957d68a32109352caf3b7a42a01d9ee20032b350d979

View File

@ -9,9 +9,9 @@ release=1
source=(https://pypi.python.org/packages/source/P/PyQt6-sip/PyQt6_sip-$version.tar.gz)
build() {
cd PyQt6_sip-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
cd PyQt6_sip-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}