summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-20 16:15:47 +0200
committerAdrian Perez de Castro2020-01-20 16:15:47 +0200
commit83a99c2d877f26e685fb563f9029c3a221ac1495 (patch)
treeeb4d7ff0ba8719b4d09eae37e0083f7a947c47c7
parent68a7b8fe5dd7b26d4d14b5da1ac995944b01f15e (diff)
downloadaur-83a99c2d877f26e685fb563f9029c3a221ac1495.tar.gz
Add armv7{l,h} as supported, fix dependencies
Dependencies libxkbcommon and git (makedepends) were missing.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1918f984c81..31f1fc19582d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
pkgbase = wpebackend-fdo-git
pkgdesc = Generic WPE WebKit backend using FreeDesktop technologies (Wayland)
- pkgver = 0.1.r38.gda746af
- pkgrel = 5
+ pkgver = 1.3.1.r36.g17316d7
+ pkgrel = 1
url = https://github.com/Igalia/WPEBackend-fdo
arch = x86_64
arch = i686
arch = aarch64
+ arch = armv7l
+ arch = armv7h
groups = wpe
license = custom:BSD
makedepends = cmake
+ makedepends = git
depends = glib2
depends = wayland
depends = libwpe-git
depends = opengl-driver
+ depends = libxkbcommon
provides = wpebackend-fdo
conflicts = wpebackend-fdo
source = wpebackend-fdo-git::git+https://github.com/Igalia/WPEBackend-fdo
diff --git a/PKGBUILD b/PKGBUILD
index d833aadf6b79..9a8d67f5a7f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc='Generic WPE WebKit backend using FreeDesktop technologies (Wayland)'
pkgname=wpebackend-fdo-git
-pkgver=0.1.r38.gda746af
-pkgrel=5
+pkgver=1.3.1.r36.g17316d7
+pkgrel=1
url=https://github.com/Igalia/WPEBackend-fdo
license=(custom:BSD)
-arch=(x86_64 i686 aarch64)
+arch=(x86_64 i686 aarch64 armv7l armv7h)
groups=(wpe)
provides=(wpebackend-fdo)
conflicts=(wpebackend-fdo)
-makedepends=(cmake)
-depends=(glib2 wayland libwpe-git opengl-driver)
+makedepends=(cmake git)
+depends=(glib2 wayland libwpe-git opengl-driver libxkbcommon)
source=("${pkgname}::git+${url}")
sha256sums=(SKIP)