summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-20 16:19:14 +0200
committerAdrian Perez de Castro2020-01-20 16:19:14 +0200
commite8b5eb2886b79d59bf91d7f719001a9388177cff (patch)
tree686052b38d577a1f1d828c3f364d6894352f6c24 /PKGBUILD
parentffa09fcbf3ff39b630177139d7c097d4433ce21e (diff)
downloadaur-cog-git.tar.gz
Add armv7{l,h} as supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8102d5df87f9..1f0ba99b2066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog-git
pkgver=r134.f421c0a
-pkgrel=3
+pkgrel=4
license=(MIT)
url=https://github.com/Igalia/cog
-arch=(x86_64 i686 aarch64)
+arch=(x86_64 i686 aarch64 armv7l armv7h)
depends=(libxkbcommon wpebackend-fdo-git wpewebkit)
groups=(wpe)
provides=(cog)