git » grantlee.git » commit 126035d

grantlee 5.3.1

author Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:00 UTC
parent 4767c570a0756eadec46a4267681e29c759863c5

grantlee 5.3.1

.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 02c6d46..e8edf60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=grantlee
 pkgver=5.3.1
 pkgrel=1
 pkgdesc='A string template engine based on the Django template system and written in Qt'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://github.com/steveire/grantlee'
 license=(LGPL2.1)
 depends=(qt5-declarative)