summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsigma2019-11-26 17:43:50 +0000
committersigma2019-11-26 17:43:50 +0000
commit686a4a5d386656673ab2530f8634f90ebbb18a10 (patch)
tree91b50b1cc9d4c9a04dd24fde3d152cd5270ff3bb /PKGBUILD
parentc53d7f65f1a90935395d126843a30a1bd62d67a2 (diff)
downloadaur-686a4a5d386656673ab2530f8634f90ebbb18a10.tar.gz
Add aarch64 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b56d5e98dce..0b5f68c1745e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,10 +46,10 @@ DOCS_INFO="NO" # Generate and install GNU info documentation.
#######################################################################
pkgname=remacs-git
-pkgver=27.0.50.134612
+pkgver=26.2.90.135232
pkgrel=1
pkgdesc="Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/Wilfred/remacs.git"
license=('GPL')
depends=('gpm' 'm17n-lib' 'alsa-lib' 'imagemagick')