summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasili Novikov (replace "vvv" with "v" in email)2023-12-27 08:50:08 +0100
committerVasili Novikov (replace "vvv" with "v" in email)2023-12-27 08:50:08 +0100
commit854ee60f963bb7e0e4f22ee2e89920a7cdbf3418 (patch)
tree43907b2a90a8da1fbea83e3a524c607b9a176da1 /PKGBUILD
parent956f08479d28c588d3597b97a55a1613cb5fb513 (diff)
downloadaur-diffr.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 ae80f7076551..1920c9935fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=diffr
pkgver=0.1.5
pkgrel=3
pkgdesc='Word-by-word diff highlighting tool'
-arch=('i686' 'x86_64') # please write me to add more architectures if you test them and they work
+arch=('i686' 'x86_64' 'aarch64') # please write me to add more architectures if you test them and they work
url="https://github.com/mookid/diffr"
license=('MIT')
conflicts=('diffr-git')