[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2022-06-18 Thread Antonio Rojas via arch-commits
Date: Saturday, June 18, 2022 @ 21:32:25
  Author: arojas
Revision: 449076

Update to 5.15.7

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-18 19:18:03 UTC (rev 449075)
+++ PKGBUILD2022-06-18 21:32:25 UTC (rev 449076)
@@ -8,8 +8,8 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.6
-pkgrel=7
+pkgver=5.15.7
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -36,7 +36,7 @@
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+sha256sums=('755121a52b3a08cb07275c10ebb96576d36e320e572591db16cfdbc558101594')
 options=(debug)
 
 build() {



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:02:30
  Author: arojas
Revision: 435575

Add debug

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 07:55:05 UTC (rev 435574)
+++ PKGBUILD2022-01-31 08:02:30 UTC (rev 435575)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -37,6 +37,7 @@
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
 sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+options=(debug)
 
 build() {
   cd PyQt5-$pkgver



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-12-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 14, 2021 @ 09:08:31
  Author: arojas
Revision: 432511

Build against correct python version

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 07:48:44 UTC (rev 432510)
+++ PKGBUILD2021-12-14 09:08:31 UTC (rev 432511)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')



[arch-commits] Commit in pyqt5/trunk (PKGBUILD restore-sip4-support.patch)

2021-12-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 14, 2021 @ 07:48:34
  Author: arojas
Revision: 432509

Give up on sip4, since upstream doesn't care

Modified:
  pyqt5/trunk/PKGBUILD
Deleted:
  pyqt5/trunk/restore-sip4-support.patch

+
 PKGBUILD   |   12 +++-
 restore-sip4-support.patch |   12 
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-14 07:15:44 UTC (rev 432508)
+++ PKGBUILD2021-12-14 07:48:34 UTC (rev 432509)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -35,15 +35,9 @@
  'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";
- restore-sip4-support.patch)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
-'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
 
-prepare() {
-  patch -d PyQt5-$pkgver -p1 < restore-sip4-support.patch # 
https://www.riverbankcomputing.com/pipermail/pyqt/2021-November/044346.html
-}
-
 build() {
   cd PyQt5-$pkgver
   sip-build \

Deleted: restore-sip4-support.patch
===
--- restore-sip4-support.patch  2021-12-14 07:15:44 UTC (rev 432508)
+++ restore-sip4-support.patch  2021-12-14 07:48:34 UTC (rev 432509)
@@ -1,12 +0,0 @@
-diff -ru PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 
PyQt5-5.15.6/sip/QtCore/QtCoremod.sip
 PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 2021-11-06 19:41:47.117226645 
+0100
-+++ PyQt5-5.15.6/sip/QtCore/QtCoremod.sip  2021-11-06 19:42:32.674011854 
+0100
-@@ -20,7 +20,7 @@
- // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- 
- 
--%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True, py_ssize_t_clean=True)
-+%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
- 
- %Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_7 Qt_5_9_8 Qt_5_9_9 
Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1 Qt_5_11_2 Qt_5_11_3 Qt_5_12_0 Qt_5_12_1 
Qt_5_12_2 Qt_5_12_3 Qt_5_12_4 Qt_5_13_0 Qt_5_14_0 Qt_5_15_0}
- 



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-12-02 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 20:11:58
  Author: felixonmars
Revision: 430406

upgpkg: pyqt5 5.15.6-4: Python 3.10 rebuild

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 20:07:23 UTC (rev 430405)
+++ PKGBUILD2021-12-02 20:11:58 UTC (rev 430406)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:37:31
  Author: foutrelis
Revision: 429857

upgpkg: pyqt5 5.15.6-3: Python 3.10 rebuild

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:58 UTC (rev 429856)
+++ PKGBUILD2021-11-30 22:37:31 UTC (rev 429857)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')



[arch-commits] Commit in pyqt5/trunk (PKGBUILD restore-sip4-support.patch)

2021-11-06 Thread Antonio Rojas via arch-commits
Date: Saturday, November 6, 2021 @ 18:55:45
  Author: arojas
Revision: 427414

Restore sip4 support

Added:
  pyqt5/trunk/restore-sip4-support.patch
Modified:
  pyqt5/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 restore-sip4-support.patch |   12 
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-06 17:54:19 UTC (rev 427413)
+++ PKGBUILD2021-11-06 18:55:45 UTC (rev 427414)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -35,9 +35,15 @@
  'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";
+ restore-sip4-support.patch)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
+'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
 
+prepare() {
+  patch -d PyQt5-$pkgver -p1 < restore-sip4-support.patch # 
https://www.riverbankcomputing.com/pipermail/pyqt/2021-November/044346.html
+}
+
 build() {
   cd PyQt5-$pkgver
   sip-build \

Added: restore-sip4-support.patch
===
--- restore-sip4-support.patch  (rev 0)
+++ restore-sip4-support.patch  2021-11-06 18:55:45 UTC (rev 427414)
@@ -0,0 +1,12 @@
+diff -ru PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 
PyQt5-5.15.6/sip/QtCore/QtCoremod.sip
+--- PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 2021-11-06 19:41:47.117226645 
+0100
 PyQt5-5.15.6/sip/QtCore/QtCoremod.sip  2021-11-06 19:42:32.674011854 
+0100
+@@ -20,7 +20,7 @@
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ 
+ 
+-%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True, py_ssize_t_clean=True)
++%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
+ 
+ %Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_7 Qt_5_9_8 Qt_5_9_9 
Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1 Qt_5_11_2 Qt_5_11_3 Qt_5_12_0 Qt_5_12_1 
Qt_5_12_2 Qt_5_12_3 Qt_5_12_4 Qt_5_13_0 Qt_5_14_0 Qt_5_15_0}
+ 



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 16:55:25
  Author: arojas
Revision: 426797

Update to 5.15.6

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 14:50:39 UTC (rev 426796)
+++ PKGBUILD2021-10-29 16:55:25 UTC (rev 426797)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.5
+pkgver=5.15.6
 pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
@@ -36,7 +36,7 @@
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('b411b7a8fa03901c9feb1dcbac7ea1fc3ce20b9ae682762b777cd5398749ca2b')
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
 
 build() {
   cd PyQt5-$pkgver



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-10-18 Thread Antonio Rojas via arch-commits
Date: Monday, October 18, 2021 @ 18:27:11
  Author: arojas
Revision: 426211

Update to 5.15.5

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-18 18:19:45 UTC (rev 426210)
+++ PKGBUILD2021-10-18 18:27:11 UTC (rev 426211)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.4
+pkgver=5.15.5
 pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
@@ -36,7 +36,7 @@
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be')
+sha256sums=('b411b7a8fa03901c9feb1dcbac7ea1fc3ce20b9ae682762b777cd5398749ca2b')
 
 build() {
   cd PyQt5-$pkgver



[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-03-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 10, 2021 @ 16:55:42
  Author: arojas
Revision: 409576

Update to 5.15.4

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-10 16:49:09 UTC (rev 409575)
+++ PKGBUILD2021-03-10 16:55:42 UTC (rev 409576)
@@ -8,8 +8,8 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.3
-pkgrel=2
+pkgver=5.15.4
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -36,12 +36,8 @@
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838')
+sha256sums=('2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be')
 
-prepare() {
-  sed -e '/requires-dist/d' -i PyQt5-$pkgver/pyproject.toml # Remove pointless 
PyQt5-Qt dependency
-}
-
 build() {
   cd PyQt5-$pkgver
   sip-build \


[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-02-27 Thread Antonio Rojas via arch-commits
Date: Saturday, February 27, 2021 @ 08:37:56
  Author: arojas
Revision: 408880

Remove pointless PyQt5-Qt dependency (FS#69802)

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-26 23:08:33 UTC (rev 408879)
+++ PKGBUILD2021-02-27 08:37:56 UTC (rev 408880)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -38,6 +38,10 @@
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
 sha256sums=('965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838')
 
+prepare() {
+  sed -e '/requires-dist/d' -i PyQt5-$pkgver/pyproject.toml # Remove pointless 
PyQt5-Qt dependency
+}
+
 build() {
   cd PyQt5-$pkgver
   sip-build \


[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-02-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 24, 2021 @ 21:23:10
  Author: arojas
Revision: 408773

Update to 5.15.3

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-24 21:14:34 UTC (rev 408772)
+++ PKGBUILD2021-02-24 21:23:10 UTC (rev 408773)
@@ -8,8 +8,8 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.2
-pkgrel=3
+pkgver=5.15.3
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -27,7 +27,6 @@
 'qt5-websockets: QtWebSockets'
 'qt5-connectivity: QtNfc, QtBluetooth'
 'qt5-x11extras: QtX11Extras'
-'qt5-networkauth: QtNetworkAuth'
 'qt5-remoteobjects: QtRemoteObjects'
 'qt5-speech: QtTextToSpeech'
 'qt5-quick3d: QtQuick3D')
@@ -34,10 +33,10 @@
 provides=(qt5-python-bindings)
 makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
  'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc')
+sha256sums=('965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838')
 
 build() {
   cd PyQt5-$pkgver


[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

2021-01-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 5, 2021 @ 19:07:36
  Author: arojas
Revision: 405344

Build with sip 6

Modified:
  pyqt5/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-05 18:58:42 UTC (rev 405343)
+++ PKGBUILD2021-01-05 19:07:36 UTC (rev 405344)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -32,7 +32,7 @@
 'qt5-speech: QtTextToSpeech'
 'qt5-quick3d: QtQuick3D')
 provides=(qt5-python-bindings)
-makedepends=('sip5' 'pyqt-builder' 'python-opengl' 'python-dbus'
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
  'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
  'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 
'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')