summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9e4fc089e1..52e6b93f6788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = python-pyqt5-sip4
pkgdesc = A set of Python bindings for the Qt5 toolkit
pkgver = 5.15.6
- pkgrel = 1
+ pkgrel = 2
url = https://riverbankcomputing.com/software/pyqt/intro
arch = x86_64
- groups = pyqt5
license = GPL
makedepends = sip
makedepends = pyqt-builder
diff --git a/PKGBUILD b/PKGBUILD
index 26cb9ec28ae8..a7e9bfa551a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,10 @@
pkgname=('python-pyqt5-sip4')
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')
-groups=(pyqt5)
depends=('python-pyqt5-sip' 'qt5-base')
optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
'python-dbus: for python-dbus mainloop support'
@@ -54,7 +53,7 @@ build() {
make
}
-package_python-pyqt5-sip4(){
+package() {
cd PyQt5-$pkgver/build
make INSTALL_ROOT="$pkgdir" install -j1