summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartins Mozeiko2016-12-19 23:30:01 +0200
committerMartins Mozeiko2016-12-19 23:30:01 +0200
commit2558a7f5cad38830328213d481276e64b391c7ae (patch)
tree5eb8f7b44cfa356e49383a1bf6114205e7ac7cf5
parentcf7b193add3d06beff49f8ed145eb6c8fc4e9f02 (diff)
downloadaur-2558a7f5cad38830328213d481276e64b391c7ae.tar.gz
add armv7h to supported architectures
-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')