libvdpau: security fix(1.1.1)

This commit is contained in:
Chaoting Liu 2015-09-01 05:24:28 +00:00
parent b4b75d6af1
commit 96d166d724

View File

@ -1,7 +1,8 @@
#Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libvdpau
# Don't forget lib32
pkgname=libvdpau
pkgver=1.1
pkgver=1.1.1
pkgrel=1
pkgdesc="Nvidia VDPAU library"
arch=('x86_64')
@ -9,8 +10,8 @@ url='http://cgit.freedesktop.org/~aplattner/libvdpau'
depends=('gcc-libs' 'libxext')
makedepends=('dri2proto')
license=('custom')
source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz")
sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"