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 33a8b0ea67d3..ab50cd83dc59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = cog-git
pkgdesc = WPE launcher and webapp container
pkgver = r134.f421c0a
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Igalia/cog
arch = x86_64
arch = i686
arch = aarch64
+ arch = armv7l
+ arch = armv7h
groups = wpe
license = MIT
makedepends = cmake
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)