git » plasma-firewall.git » commit dcb6e28

plasma-firewall 5.27.10

author Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
parent 8b078c3b12d2a1c1b96d668495285f0109c9beef

plasma-firewall 5.27.10

.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 7e4ae67..4a3bcee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=5.27.10
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Control Panel for your system firewall'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://kde.org/plasma-desktop/'
 license=(GPL LGPL)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})