summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193714fb8a24..33a8b0ea67d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cog-git
pkgdesc = WPE launcher and webapp container
pkgver = r134.f421c0a
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Igalia/cog
arch = x86_64
arch = i686
+ arch = aarch64
groups = wpe
license = MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index a56fdf03ecaf..8102d5df87f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog-git
pkgver=r134.f421c0a
-pkgrel=2
+pkgrel=3
license=(MIT)
url=https://github.com/Igalia/cog
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64)
depends=(libxkbcommon wpebackend-fdo-git wpewebkit)
groups=(wpe)
provides=(cog)