summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlois Nespor2016-03-27 00:17:04 +0100
committerAlois Nespor2016-03-27 00:17:04 +0100
commit24b309df84438b141976426b6e3cff11abfc5b83 (patch)
treef5551e35d8c7e1b2536eff96aa863fcdb34b815e
parent0ffb45bc9eaab40b80e88504776703fd0b8e8413 (diff)
downloadaur-24b309df84438b141976426b6e3cff11abfc5b83.tar.gz
Updade/improve PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8aab79e1a5..b381b544865e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 23:13:12 UTC 2016
+# Sat Mar 26 23:16:36 UTC 2016
pkgbase = libva-intel-driver-g45-h264
pkgdesc = VA-API implementation for Intel G45 chipsets with H264 support.
pkgver = 1.7.0
@@ -12,13 +12,13 @@ pkgbase = libva-intel-driver-g45-h264
makedepends = automake
makedepends = libtool
makedepends = python2
- depends = libva>=
+ depends = libva=1.7.0
provides = libva-intel-driver
conflicts = libva-intel-driver
replaces = libva-intel-driver
options = !libtool
source = https://bitbucket.org/alium/g45-h264/downloads/intel-driver-g45-h264-1.7.0.tar.gz
- sha256sums = a2833d77a227ee96523d0f313204d442529d43bd8a6e2a882192b130ebf581d3
+ sha256sums = 02741b737ac8d1a81f3c3c091e00454a15f00b42742ab8e73c06d5bad0dfec6f
pkgname = libva-intel-driver-g45-h264
diff --git a/PKGBUILD b/PKGBUILD
index 706417c112e3..de0f3a9226d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://freedesktop.org/wiki/Software/vaapi"
license=('MIT')
makedepends=('automake' 'libtool' 'python2')
-depends=("libva>=$_pkgver")
+depends=("libva=$pkgver")
options=('!libtool')
conflicts=('libva-intel-driver')
provides=('libva-intel-driver')