diff options
author | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
commit | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (patch) | |
tree | ee217a27b050e82f4fa885a9671f09861fcf97d9 /extra/libvdpau | |
parent | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff) |
Sun Feb 3 01:12:00 PST 2013
Diffstat (limited to 'extra/libvdpau')
-rw-r--r-- | extra/libvdpau/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libvdpau/PKGBUILD b/extra/libvdpau/PKGBUILD index 2bc1767ad..05c4ffb54 100644 --- a/extra/libvdpau/PKGBUILD +++ b/extra/libvdpau/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166179 2012-09-05 07:50:49Z andyrtr $ +# $Id: PKGBUILD 176895 2013-02-02 07:01:31Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libvdpau -pkgver=0.5 +pkgver=0.6 pkgrel=1 pkgdesc="Nvidia VDPAU library" arch=(i686 x86_64) @@ -13,7 +13,7 @@ options=('!libtool') license=('custom') source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz) makedepends=('libx11') -sha1sums=('1b18b8f75eea52740af84881313d860ad5c27d0b') +sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75') build() { cd "${srcdir}/${pkgname}-${pkgver}" |