Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pyqt6-webengine
Commits: 68dfb21e by Antonio Rojas at 2023-10-30T23:16:08+01:00 upgpkg: 6.6.0-1: Update to 6.6.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = pyqt6-webengine + pkgdesc = Python bindings for QtWebEngine + pkgver = 6.6.0 + pkgrel = 1 + url = https://www.riverbankcomputing.com/software/pyqtwebengine/intro + arch = x86_64 + groups = pyqt6 + license = GPL3 + makedepends = pyqt-builder + makedepends = sip + depends = gcc-libs + depends = glibc + depends = python + depends = python-pyqt6 + depends = qt6-base + depends = qt6-webengine + source = https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-6.6.0.tar.gz + sha256sums = d50b984c3f85e409e692b156132721522d4e8cf9b6c25e0cf927eea2dfb39487 + +pkgname = python-pyqt6-webengine ===================================== PKGBUILD ===================================== @@ -2,17 +2,23 @@ pkgbase=pyqt6-webengine pkgname=(python-pyqt6-webengine) -pkgver=6.5.0 -pkgrel=2 +pkgver=6.6.0 +pkgrel=1 pkgdesc='Python bindings for QtWebEngine' arch=(x86_64) url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro' license=(GPL3) groups=(pyqt6) -depends=(qt6-webengine python-pyqt6) -makedepends=(sip pyqt-builder) +depends=(gcc-libs + glibc + python + python-pyqt6 + qt6-base + qt6-webengine) +makedepends=(pyqt-builder + sip) source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz) -sha256sums=('8ba9db56c4c181a2a2fab1673ca35e5b63dc69113f085027ddc43c710b6d6ee9') +sha256sums=('d50b984c3f85e409e692b156132721522d4e8cf9b6c25e0cf927eea2dfb39487') build() { cd PyQt6_WebEngine-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-webengine/-/commit/68dfb21e129d73688727d3c9f0fd7dc9af369a80 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6-webengine/-/commit/68dfb21e129d73688727d3c9f0fd7dc9af369a80 You're receiving this email because of your account on gitlab.archlinux.org.
