git » qt5-remoteobjects.git » commit ef98eb0

qt5-remoteobjects 5.15.13

author Urja (ARMLFS builder)
2024-06-19 07:30:58 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:58 UTC
parent 9d9710a4410f85a4a1645157f9c343f4bf1b5e8b

qt5-remoteobjects 5.15.13

.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 f5d545a..1e0339a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _basever=5.15.13
 pkgver=5.15.13
 pkgrel=1
 _commit=18ef1cdce7bc4c93415f38f1c220ab697aa75908
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Inter-process communication (IPC) module developed for Qt'