summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-11-10 11:47:06 +0100
committergit user2023-11-10 11:47:06 +0100
commitbff6f534ecb2c7bd3b3d77289d6123e46044d370 (patch)
tree9c921fa2f2045dc5ecb510dfc5e1bdfbd860581d
parent9e8ef0d74138cfc27ab59d837cafceb9a9fee6f2 (diff)
downloadaur-bff6f534ecb2c7bd3b3d77289d6123e46044d370.tar.gz
Added `riscv64` and `pentium4` to the `arch` array.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed64b53090e..cfe5ced92879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = kate-root
pkgdesc = Advanced Text Editor from the KDE project, patched to be able to run as root.
pkgver = 23.08.2
- pkgrel = 5
+ pkgrel = 6
url = https://apps.kde.org/kate/
arch = x86_64
arch = i686
arch = armv7h
arch = armv6h
arch = aarch64
+ arch = pentium4
+ arch = riscv64
groups = kde-applications
groups = kde-utilities
license = custom: CC0
diff --git a/PKGBUILD b/PKGBUILD
index 370901efd348..fff4875161a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,15 @@
_pkgname=kate
pkgname="${_pkgname}-root"
pkgver=23.08.2
-pkgrel=5
+pkgrel=6
arch=(
'x86_64'
'i686'
'armv7h'
'armv6h'
'aarch64'
+ 'pentium4'
+ 'riscv64'
)
license=(
'custom: CC0'