summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2021-04-29 13:25:50 -0600
committergustawho2021-04-29 13:25:50 -0600
commit02ace30e9ce7636c5b2961cf7336aac0e4992ce1 (patch)
tree2b4dba4215a8dac03cef97de7260f830785d95a3
parentca5e8f63221f8f8dc390ffd75461f509bbddae58 (diff)
downloadaur-02ace30e9ce7636c5b2961cf7336aac0e4992ce1.tar.gz
Added extra target archs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5120c5c930d2..637fd1e298ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,11 @@ pkgbase = calindori
pkgrel = 3
url = https://invent.kde.org/plasma-mobile/calindori
arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = extra-cmake-modules
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6e9a49de67f3..c28ff2484d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=calindori
pkgver=1.4
pkgrel=3
pkgdesc="Calendar for Plasma Mobile"
-arch=(x86_64)
+arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://invent.kde.org/plasma-mobile/calindori"
license=(GPL3)
depends=('ki18n' 'kcoreaddons' 'kconfig' 'kcalendarcore' 'kirigami2'