summaryrefslogtreecommitdiffstats
path: root/abs/extra/libva
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-11-16 15:07:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-11-16 15:07:54 (GMT)
commit4d008e4d01b92648be9b6f4621e6f3e7e143f0c1 (patch)
tree29ec02e18d5120c9a3262b52b1b70753fb087bfb /abs/extra/libva
parentb74188cc7faea8353d277f072bd3396185859849 (diff)
downloadlinhes_pkgbuild-4d008e4d01b92648be9b6f4621e6f3e7e143f0c1.zip
linhes_pkgbuild-4d008e4d01b92648be9b6f4621e6f3e7e143f0c1.tar.gz
linhes_pkgbuild-4d008e4d01b92648be9b6f4621e6f3e7e143f0c1.tar.bz2
libva: update to 1.7.3
Diffstat (limited to 'abs/extra/libva')
-rw-r--r--abs/extra/libva/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/libva/PKGBUILD b/abs/extra/libva/PKGBUILD
index 1873cec..2d6d0e1 100644
--- a/abs/extra/libva/PKGBUILD
+++ b/abs/extra/libva/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=libva
-pkgver=1.6.1
+pkgver=1.7.3
pkgrel=1
pkgdesc='Video Acceleration (VA) API for Linux'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('libgl' 'libdrm' 'libxfixes')
makedepends=('mesa')
optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
'libva-intel-driver: backend for Intel cards')
-source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('7a5eb1fdf531f987211b7228a6a46428')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
build() {
cd $pkgname-$pkgver