summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHomalozoa X2023-01-20 11:56:29 +0800
committerGitHub2023-01-19 22:56:29 -0500
commit34e696c35bf72da742388a9edbe34327b5d1c9f2 (patch)
tree7bbd46ac423247faeb48e4f924001684d6e8d08f
parente0c8233fb370ffda11358310260e3ba6e564bc77 (diff)
downloadaur-34e696c35bf72da742388a9edbe34327b5d1c9f2.tar.gz
[Modified] upgrade the version of PyQt5 to 5.15.7 (#211)
Signed-off-by: homalozoa <nx.tardis@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e6b93f6788..dd720d0926b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyqt5-sip4
pkgdesc = A set of Python bindings for the Qt5 toolkit
- pkgver = 5.15.6
- pkgrel = 2
+ pkgver = 5.15.7
+ pkgrel = 3
url = https://riverbankcomputing.com/software/pyqt/intro
arch = x86_64
license = GPL
@@ -42,9 +42,9 @@ pkgbase = python-pyqt5-sip4
provides = python-pyqt5
conflicts = pyqt5-common
conflicts = python-pyqt5
- source = https://pypi.python.org/packages/source/P/PyQt5/PyQt5-5.15.6.tar.gz
+ source = https://pypi.python.org/packages/source/P/PyQt5/PyQt5-5.15.7.tar.gz
source = restore-sip4-support.patch
- sha256sums = 80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452
+ sha256sums = 755121a52b3a08cb07275c10ebb96576d36e320e572591db16cfdbc558101594
sha256sums = c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72
pkgname = python-pyqt5-sip4
diff --git a/PKGBUILD b/PKGBUILD
index a7e9bfa551a6..d2d9a0c15401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
# Contributor: Yichao Yu <yyc1992@gmail.com>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net>
+# Contributor: Homalozoa Xu <nx.tardis@gmail.com>
pkgname=('python-pyqt5-sip4')
pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.6
-pkgrel=2
+pkgver=5.15.7
+pkgrel=3
arch=('x86_64')
url="https://riverbankcomputing.com/software/pyqt/intro"
license=('GPL')
@@ -36,7 +37,7 @@ makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
conflicts=('pyqt5-common' 'python-pyqt5')
source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz"
restore-sip4-support.patch)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
+sha256sums=('755121a52b3a08cb07275c10ebb96576d36e320e572591db16cfdbc558101594'
'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
prepare() {