summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-29 00:12:32 -0500
committerLuis Martinez2022-08-29 00:12:38 -0500
commit6c4155da638ce367f4357dea618a3dd6c67d0c41 (patch)
treefef68ebdf7ea6931601f5b221d5bdf3e1a2e8d94
parenta8d0e49b880d90d67520bd785e10fca17bbb6647 (diff)
downloadaur-ergo.tar.gz
add i686 and aarch64 support
upstream supports i686 and aarch64, so we will too
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e09c3f9cac9..ce13a4116dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = ergo
pkgdesc = List of utilities for the daily developer workflow
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/beatlabs/ergo
install = ergo.install
arch = x86_64
+ arch = i686
+ arch = aarch64
license = BSD
makedepends = go
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 6eab106cbb03..fec9f6911514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')