summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-20 13:38:26 +0200
committerAdrian Perez de Castro2020-01-20 13:38:26 +0200
commit18851e4c85ca813eb6c9892f4ecb2fd00efd5a75 (patch)
tree2bdc6f194c08a9e39d21030f94f10b966399fcd8 /PKGBUILD
parent34e5efc7df4125dc555aa27727146c05018af301 (diff)
downloadaur-18851e4c85ca813eb6c9892f4ecb2fd00efd5a75.tar.gz
Add armv7{l,h} as supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09a4fbe71e50..8d8b170d62ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc='General-purpose library specifically developed for the WPE-flavored port of WebKit.'
pkgname=libwpe-git
-pkgver=1.0.0.r0.g4be4c7d
-pkgrel=2
+pkgver=1.3.1.r17.g67ccb40
+pkgrel=1
url=https://github.com/WebPlatformForEmbedded/libwpe
-arch=(x86_64 i686 aarch64)
+arch=(x86_64 i686 aarch64 armv7l armv7h)
groups=(wpe)
makedepends=(cmake opengl-driver)
provides=(libwpe)