summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2021-01-11 13:48:11 +0100
committerMax Harmathy2021-01-11 13:48:11 +0100
commit1563a1c1b8500ba5c8abab71a4ae0e893d71df7d (patch)
treef21d6e5b93e946b418abf8574ee15fd3a5602463
parentc5c4270919cf113e39a3a12b0a4bb4c357454881 (diff)
downloadaur-1563a1c1b8500ba5c8abab71a4ae0e893d71df7d.tar.gz
Add aarch64 architecture
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214ea52f9a47..8b8fd69953ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0_alpha2
_pkgver=${pkgver//_/-}
pkgrel=1
pkgdesc="GTK3 client for Mastodon"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/bleakgrey/tootle"
license=('GPL3')
depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'granite' 'json-glib')