Skip to content

Commit

Permalink
libva-intel-driver 2.3.0
Browse files Browse the repository at this point in the history
libva-utils 2.4.1
  • Loading branch information
demmm committed Apr 10, 2019
1 parent 4b454b9 commit b39ed40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libva-intel-driver/PKGBUILD
@@ -1,15 +1,15 @@

pkgname=libva-intel-driver
_pkgname=intel-vaapi-driver
pkgver=2.2.0
pkgver=2.3.0
pkgrel=1
pkgdesc='VA-API implementation for Intel G45 chipsets and Intel HD Graphics for Intel Core processor family'
arch=('x86_64')
url='https://github.com/01org/intel-vaapi-driver'
license=('MIT')
depends=('libva')
source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
sha1sums=('0934f97ddcaf4e633f59d049226723239b645b33')
sha1sums=('89096f99da753ac5858304e6c17f5dd9e7581d5b')

build() {
cd ${_pkgname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions libva-utils/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=libva-utils
pkgver=2.4.0
pkgver=2.4.1
pkgrel=1
pkgdesc="Libva with patches to extend VA API with data needed for VDPAU and XvBA backends."
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('MIT')
depends=('libva')
makedepends=('meson' 'ninja')
source=("https://github.com/intel/libva-utils/archive/${pkgver}.tar.gz")
sha1sums=('eeb26db3469d112796c120def1569ce322059191')
sha1sums=('e2110fe907d28b7592300282421044e037f4a8de')

build() {
mkdir -p build
Expand Down

0 comments on commit b39ed40

Please sign in to comment.