summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlois Nespor2017-04-20 10:51:15 +0200
committerAlois Nespor2017-04-20 10:51:15 +0200
commit50be75cca5f165f2ee0820e2bea555365df15028 (patch)
tree6eea04daafb72d8c0fad4d959c3465cdab13aa2c
parent5b5bbe4b1ba2f8e1fef5a8613aa1959361ae75b0 (diff)
downloadaur-50be75cca5f165f2ee0820e2bea555365df15028.tar.gz
Update - add optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb57f65fb7c..8cbbc29a3deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 22:32:19 UTC 2017
+# Thu Apr 20 08:51:05 UTC 2017
pkgbase = libva-intel-driver-g45-h264
pkgdesc = VA-API implementation for Intel G45 chipsets with H264 support.
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://01.org/linuxmedia/vaapi
arch = i686
arch = x86_64
license = MIT
depends = libva
+ optdepends = libva-utils: Applications and Scripts for libva (vainfo and others)
provides = libva-intel-driver
conflicts = libva-intel-driver
replaces = libva-intel-driver
diff --git a/PKGBUILD b/PKGBUILD
index 04d326fc3ee1..7fd5a7b88273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libva-intel-driver-g45-h264
epoch=1
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="VA-API implementation for Intel G45 chipsets with H264 support."
arch=('i686' 'x86_64')
url='https://01.org/linuxmedia/vaapi'
@@ -15,6 +15,7 @@ depends=(libva)
conflicts=('libva-intel-driver')
provides=('libva-intel-driver')
replaces=('libva-intel-driver')
+optdepends=('libva-utils: Applications and Scripts for libva (vainfo and others)')
source=(https://bitbucket.org/alium/g45-h264/downloads/intel-driver-g45-h264-$pkgver.tar.gz)
prepare () {