| author | Maxime Gauduin
<alucryd@archlinux.org> 2018-02-12 18:40:48 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2018-02-12 18:40:48 UTC |
| parent | b898dafbdd662546a8d4b9025c06ace1250654ba |
| PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 33ccdfb..adb100b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libva -pkgver=2.0.0 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux' arch=('x86_64') url='https://01.org/linuxmedia/vaapi' @@ -15,7 +15,7 @@ optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards' 'libva-intel-driver: backend for Intel cards') provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 'libva.so') source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2") -sha256sums=('bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533') +sha256sums=('f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f') build() { cd libva-${pkgver}