summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')