summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-09-09 15:26:11 +0200
committermatoro2019-09-09 15:07:19 -0400
commit9100bedc54c38b3585d014198ffe9edccb388efd (patch)
tree02acc24ba6321747bf3fbde7927034a9a70c2745
parent50055c57ea9955a7765f99a292d627585191d7a5 (diff)
downloadaur-9100bedc54c38b3585d014198ffe9edccb388efd.tar.gz
Add armv7h and i686 architectures
Signed-off-by: matoro <matoro@users.noreply.github.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f198786c1e41..65abced672e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=i3blocks-contrib-git
pkgver=v1.4.0.r157.21708ed
pkgrel=1
pkgdesc='Official repository of community contributed blocklets'
-arch=('x86_64')
+arch=('armv7h' 'i686' 'x86_64')
groups=('i3')
url="https://github.com/vivien/i3blocks-contrib"
license=('GPL3')