git » kio-fuse.git » commit 5769e1d

kio-fuse 5.1.0

author Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
parent 587e95863aba9c667a2bfe71dfd6fd9dc241f554

kio-fuse 5.1.0

.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 5b9be7b..6128e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 pkgname=kio-fuse
 pkgver=5.1.0
 pkgrel=1
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 pkgdesc='FUSE interface for KIO'
 url='https://kde.org/'
 license=(GPL)
 depends=(fuse3
          gcc-libs
          glibc
-         kcoreaddons5
-         kio5
+         kcoreaddons
+         kio
          qt5-base)
 makedepends=(extra-cmake-modules)
 source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})