summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-04-02 02:54:33 -0400
committeracxz2022-04-02 02:54:33 -0400
commite0c8233fb370ffda11358310260e3ba6e564bc77 (patch)
tree51a13c005cadaa3f76ac63900b9c10b418b3453a
parent6e712e6c588d550a1a6f83c1b37c2c9135aae6ba (diff)
downloadaur-e0c8233fb370ffda11358310260e3ba6e564bc77.tar.gz
fix conflicts
-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