git » pyqt5.git » commit 3bd3b58

pyqt5 5.15.10

author Urja (ARMLFS builder)
2024-06-19 07:31:08 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:08 UTC
parent b02cc521409e8066f3d5a5361da0c8daae5f302a

pyqt5 5.15.10

.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 1cdc212..f9a68cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.10
 pkgrel=2
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
 groups=(pyqt5)