author | Antonio Rojas
<arojas@archlinux.org> 2022-06-18 21:32:25 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-06-18 21:32:25 UTC |
parent | 467470f933fffc103320a2647470be3d3c85794f |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 28dde6f..b490d39 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus' '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() {