summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c99a6c5cc4a..05edb9de2f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = libva-headless
pkgdesc = Video Acceleration (VA) API for Linux for headless systems
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
url = http://freedesktop.org/wiki/Software/vaapi
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
depends = libdrm
optdepends = libva-vdpau-driver: backend for Nvidia and AMD cards
diff --git a/PKGBUILD b/PKGBUILD
index 02d034992308..babebe0ec443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=libva-headless
_pkgname=libva
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
pkgdesc='Video Acceleration (VA) API for Linux for headless systems'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://freedesktop.org/wiki/Software/vaapi'
license=('MIT')
conflicts=('libva')