From 0efff2a27d4255f27d967351ee52089b5d9c39c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 28 Oct 2022 01:38:39 +0200 Subject: ArchLinux: Update for final R14.0.13. Add aarch64 and armv7h to architectures. Add pkgbuilds for several applications. Add pkgbuild for libkipi library. Add pkgbuilds for dependencies. Remove dependence on Python 2. Remove backported patches. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ddc027255b1bafb5c0544a60947b7c448140e384) --- arch/PKGBUILD.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/PKGBUILD.template') diff --git a/arch/PKGBUILD.template b/arch/PKGBUILD.template index 3df27ff30..8273b6e02 100644 --- a/arch/PKGBUILD.template +++ b/arch/PKGBUILD.template @@ -6,10 +6,10 @@ _cat=applications/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" -pkgver=14.0.11 +pkgver=14.0.13 pkgrel=1 pkgdesc="Trinity Desktop Enviroment $_cat$_mod" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'aarch64' 'armv7h') url="https://scm.trinitydesktop.org/scm/git/${_mod}" license=('GPL') provides=("${_mod}") -- cgit v1.2.1