diff options
author | Vasili Novikov (replace "vvv" with "v" in email) | 2023-12-27 08:50:08 +0100 |
---|---|---|
committer | Vasili Novikov (replace "vvv" with "v" in email) | 2023-12-27 08:50:08 +0100 |
commit | 854ee60f963bb7e0e4f22ee2e89920a7cdbf3418 (patch) | |
tree | 43907b2a90a8da1fbea83e3a524c607b9a176da1 | |
parent | 956f08479d28c588d3597b97a55a1613cb5fb513 (diff) | |
download | aur-854ee60f963bb7e0e4f22ee2e89920a7cdbf3418.tar.gz |
Add aarch64 architecture
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ pkgbase = diffr url = https://github.com/mookid/diffr arch = i686 arch = x86_64 + arch = aarch64 license = MIT makedepends = cargo makedepends = git @@ -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') |