summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-20 16:18:24 +0200
committerAdrian Perez de Castro2020-01-20 16:18:24 +0200
commit7496853119881b24c7871253eafee65bcc5c5b30 (patch)
tree0efe991b38165d8a801ecca5190ec3dfb71ebb92
parent471e2cec2daebac94573e76f4060647f7876c8b5 (diff)
downloadaur-7496853119881b24c7871253eafee65bcc5c5b30.tar.gz
Add armv7{l,h} as supported architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5367171320ab..c208e3d47725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = cog
pkgdesc = WPE launcher and webapp container
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Igalia/cog
arch = i686
arch = x86_64
arch = aarch64
+ arch = armv7l
+ arch = armv7h
groups = wpe
license = custom:MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 88f971789e0d..efc9a3ff5171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgdesc='WPE launcher and webapp container'
pkgname=cog
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
url=https://github.com/Igalia/cog
-arch=(i686 x86_64 aarch64)
+arch=(i686 x86_64 aarch64 armv7l armv7h)
groups=(wpe)
conflicts=(cog-git)
depends=('wpewebkit>=2.26.0' 'wpebackend-fdo>=1.4.0')