summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-03-12 11:40:44 +0200
committerAdrian Perez de Castro2019-03-12 11:40:44 +0200
commitffa09fcbf3ff39b630177139d7c097d4433ce21e (patch)
tree1a9373bdb019fe6c5444bc1facb756278a7fd2e4
parenta3ed155ec2aa6ee7a004b5ca37b08403d787a65d (diff)
downloadaur-ffa09fcbf3ff39b630177139d7c097d4433ce21e.tar.gz
Mark as buildable on AArch64
-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)