git » qt5-webchannel.git » commit 7f12da2

qt5-webchannel 5.15.13+kde+r3

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

qt5-webchannel 5.15.13+kde+r3

.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 10a6e6f..a062229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _basever=5.15.13
 pkgver=5.15.13+kde+r3
 pkgrel=1
 _commit=c78ad286a90e3d7986292b4a6036a9927bbc155f
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'