summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a3b0aa8f76d..cd01e9f16e4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = python-pyqt5-sip4
pkgdesc = A set of Python bindings for the Qt5 toolkit
pkgver = 5.15.9
- pkgrel = 1
+ pkgrel = 2
url = https://riverbankcomputing.com/software/pyqt/intro
+ arch = i686
arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = armv6h
license = GPL
makedepends = sip
makedepends = pyqt-builder
diff --git a/PKGBUILD b/PKGBUILD
index e38aa972a211..47486c593367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
pkgname=('python-pyqt5-sip4')
pkgdesc="A set of Python bindings for the Qt5 toolkit"
pkgver=5.15.9
-pkgrel=1
-arch=('x86_64')
+pkgrel=2
+arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
url="https://riverbankcomputing.com/software/pyqt/intro"
license=('GPL')
depends=('python-pyqt5-sip' 'qt5-base')