| author | Maxime Gauduin
<alucryd@archlinux.org> 2017-07-25 19:42:56 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2017-07-25 19:42:56 UTC |
| parent | ba29668708cc82352bf44396abc8bf47a093068c |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 9b28adb..311b27b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libva -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('mesa') optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards' 'libva-intel-driver: backend for Intel cards') source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2") -sha256sums=('9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede') +sha256sums=('56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b') build() { cd libva-${pkgver}