diff options
author | Luis Martinez | 2022-08-29 00:12:32 -0500 |
---|---|---|
committer | Luis Martinez | 2022-08-29 00:12:38 -0500 |
commit | 6c4155da638ce367f4357dea618a3dd6c67d0c41 (patch) | |
tree | fef68ebdf7ea6931601f5b221d5bdf3e1a2e8d94 /PKGBUILD | |
parent | a8d0e49b880d90d67520bd785e10fca17bbb6647 (diff) | |
download | aur-ergo.tar.gz |
add i686 and aarch64 support
upstream supports i686 and aarch64, so we will too
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ pkgname=ergo pkgver=0.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="List of utilities for the daily developer workflow" -arch=('x86_64') +arch=('x86_64' 'i686' 'aarch64') url='https://github.com/beatlabs/ergo' license=('BSD') depends=('glibc') |