git » qt5-websockets.git » commit 958e92b

qt5-websockets 5.15.13+kde+r2

author Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
parent e50d8116b09bd08f56c720be23579109efdd7d55

qt5-websockets 5.15.13+kde+r2

.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 2095c1f..0feda96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _basever=5.15.13
 pkgver=5.15.13+kde+r2
 pkgrel=1
 _commit=2c2b7691ae231f43129d7f2b43984c30883ca4b1
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Provides WebSocket communication compliant with RFC 6455'