[arch-commits] Commit in pyqt6-webengine/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 13:25:37 UTC 2022


    Date: Saturday, June 18, 2022 @ 13:25:37
  Author: arojas
Revision: 448976

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD
    (from rev 448975, pyqt6-webengine/trunk/PKGBUILD)
Deleted:
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 13:25:26 UTC (rev 448975)
+++ PKGBUILD	2022-06-18 13:25:37 UTC (rev 448976)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=pyqt6-webengine
-pkgname=(python-pyqt6-webengine)
-pkgver=6.3.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)
-source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
-sha256sums=('ab2aedbeec54f1bcff872f7dfc236aa0fce4b55cd30f608ca89b408ee9e8147b')
-options=(debug)
-
-build() {
-  cd PyQt6_WebEngine-$pkgver
-  sip-build \
-    --no-make \
-    --qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-webengine() {
-  cd PyQt6_WebEngine-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-webengine/repos/extra-x86_64/PKGBUILD (from rev 448975, pyqt6-webengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-18 13:25:37 UTC (rev 448976)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.3.1
+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)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('c3d1f5527b4b15f44102d617c59b1d74d9af50f821629e9335f13df47de8f007')
+options=(debug)
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+    --no-make \
+    --qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list