summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValère Monseur2024-01-26 21:14:42 +0100
committerValère Monseur2024-01-26 21:14:42 +0100
commit519e02502ebf09d8fc63419eacbc7f49bde97259 (patch)
tree5b80a767cf72e1544515af53f0c57a631c5e86df /PKGBUILD
parent0c1830d84339b2377f19d8039f5c8b619666b3c6 (diff)
downloadaur-ne.tar.gz
add aarch64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7510930aa8df..4c15d631fdd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=ne
pkgver=3.3.3
pkgrel=1
pkgdesc='The nice editor, a fast small powerful and simple to use editor'
-arch=(i686 x86_64)
+arch=(aarch64 i686 x86_64)
url='http://ne.di.unimi.it'
license=(GPL3)
depends=(ncurses texinfo)