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 a2c9e3783efd..301111728c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cog
pkgdesc = WPE launcher and webapp container
pkgver = 0.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Igalia/cog
arch = i686
arch = x86_64
+ arch = aarch64
groups = wpe
license = custom:MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 5ed8b48ccb7a..e4ac30ccf0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog
pkgver=0.2.0
-pkgrel=3
+pkgrel=4
url=https://github.com/Igalia/cog
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
groups=(wpe)
conflicts=(cog-git)
depends=('wpewebkit>=2.22.0' 'wpebackend-fdo>=1.0.0')