git » kate.git » commit 3dda353

kate 23.08.5

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

kate 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 7638edd..118d485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
 pkgname=kate
 pkgver=23.08.5
 pkgrel=1
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 license=(GPL LGPL FDL)
 pkgdesc='Advanced text editor'
 groups=(kde-applications kde-utilities)
 url='https://apps.kde.org/kate/'
-depends=(knewstuff5 ktexteditor5 kactivities5 kuserfeedback5 hicolor-icon-theme)
+depends=(knewstuff ktexteditor kactivities kuserfeedback hicolor-icon-theme)
 optdepends=('konsole: open a terminal in Kate'
             'clang: C and C++ LSP support'
             'python-lsp-server: Python LSP support'
             'texlab: LaTeX LSP support'
             'rust: Rust LSP support'
             'git: git-blame plugin')
-makedepends=(extra-cmake-modules kdoctools5)
+makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kwrite)
 provides=(kwrite)
 replaces=(kwrite)