git » kaccounts-integration.git » commit 45dec5d

kaccounts-integration 23.08.5

author Urja (ARMLFS builder)
2024-06-19 07:30:54 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:54 UTC
parent 82e64c9a4fa6fa8d26886852347d37ddb3bca76f

kaccounts-integration 23.08.5

.gitignore +2 -0
PKGBUILD +3 -3

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 3d5761d..6584461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgname=kaccounts-integration
 pkgver=23.08.5
 pkgrel=1
 pkgdesc='Online account management system and its Plasma integration components'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.kde.org/'
 license=(GPL)
-depends=(kcmutils5 signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools5 qcoro-qt5)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools qcoro-qt5)
 source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('c02ee25495c387dfc9c7581babd4756e04d7c3dae68bffd1652cf418e1d129b9'
             'SKIP')