summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2021-11-05 11:36:20 +1100
committerRhinoceros2021-11-05 11:36:20 +1100
commit28fcc3c677d2c1439182e91e7c5ef03642584874 (patch)
treeccf6023b4c77bc89facecff03c4b259d1df7df61 /PKGBUILD
parent27977480b7c9eff572e4ba602b547724633b07fa (diff)
downloadaur-28fcc3c677d2c1439182e91e7c5ef03642584874.tar.gz
Add support for aarch64
* No need to bump pkgver. If it were previously installed, no need to reinstall.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db7350c044a8..91777c4d5ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=sc-im
pkgver=0.8.2
pkgrel=1
pkgdesc='A spreadsheet program based on SC'
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/andmarti1424/sc-im'
depends=(libxml2 libzip)
optdepends=('libxlsxwriter: export to xlsx. Requires rebuild of sc-im'