summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2020-01-24 13:31:10 -0500
committerJean Lucas2020-01-24 13:31:10 -0500
commit5bbd9fc589f392bc4c72981f825907047a0b0d1c (patch)
treee5a462d33dfe4e744e1c956a2f01bf92f962abe8 /PKGBUILD
parent7f055a9cd48ad7d76f89fea77bbb5a75cd1a257e (diff)
downloadaur-5bbd9fc589f392bc4c72981f825907047a0b0d1c.tar.gz
arch: Remove i686 (untested), add aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d25ca21030b..5a7a7ec1faec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=spotify-tui
pkgver=0.12.0
pkgrel=1
pkgdesc='Spotify client for the terminal written in Rust'
-arch=(i686 x86_64)
+arch=(x86_64 aarch64)
url=https://github.com/Rigellute/spotify-tui
license=(MIT)
depends=(openssl libxcb)