git » signond.git » commit e1ea5b8

signond 8.61

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

signond 8.61

.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 ec0186f..1284fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=signond
 pkgver=8.61
 pkgrel=1
 pkgdesc='A D-Bus service which performs user authentication on behalf of its clients'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://gitlab.com/accounts-sso/signond/'
 license=(LGPL)
 depends=(qt5-base)