git » qt5-script.git » commit 878c96a

qt5-script 5.15.16

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

qt5-script 5.15.16

.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 0ee036c..1620fd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=qt5-script
 _basever=5.15.13
 pkgver=5.15.16
 pkgrel=4
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility'