summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-03-12 11:07:50 +0200
committerAdrian Perez de Castro2019-03-12 11:07:50 +0200
commit510c843a18c1196764dd2ef73970e1f214ce3f7c (patch)
treebf5a3d3d6eac55b15b039e29e6620fe701dfcbec
parent7af1b752e5c06ddf8d780978ae59af6b3413f74d (diff)
downloadaur-510c843a18c1196764dd2ef73970e1f214ce3f7c.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 3630d21507d5..2658e2867062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wpewebkit
pkgdesc = Web content engine library optimized for embedded devices
pkgver = 2.22.5
- pkgrel = 1
+ pkgrel = 2
url = https://wpewebkit.org
arch = x86_64
arch = i686
+ arch = aarch64
groups = wpe
license = custom
makedepends = gperf
diff --git a/PKGBUILD b/PKGBUILD
index 7f733e6d2005..de63feaa022b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wpewebkit
pkgver=2.22.5
-pkgrel=1
+pkgrel=2
pkgdesc='Web content engine library optimized for embedded devices'
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64)
url='https://wpewebkit.org'
license=(custom)
groups=(wpe)