git » qt5-graphicaleffects.git » commit ae55b85

qt5-graphicaleffects 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 f721cfc6d40b361dfc127d8d9930ec47076ad3f5

qt5-graphicaleffects 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 e675383..bff8041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _basever=5.15.13
 pkgver=5.15.13
 pkgrel=1
 _commit=895f9753940156dda05aa83d3c7655571514407e
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Graphical effects for use with Qt Quick 2'