libvdpau: 1.1

This commit is contained in:
Neophytos Kolokotronis 2015-03-19 23:01:28 +00:00
parent 68258ab757
commit 7520bfc073

View File

@ -1,9 +1,7 @@
#
# Chakra Packages for Chakra, part of chakraos.org
#
#Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libvdpau
pkgname=libvdpau
pkgver=0.9
pkgver=1.1
pkgrel=1
pkgdesc="Nvidia VDPAU library"
arch=('x86_64')
@ -12,7 +10,7 @@ depends=('gcc-libs' 'libxext')
makedepends=('dri2proto')
license=('custom')
source=("http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz")
md5sums=('3a1f8f3ec6e6adcfbc6044c8f00d7d51')
sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"