diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/libvdpau/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/libvdpau/PKGBUILD b/abs/core/libvdpau/PKGBUILD index f215b3c..911d3e4 100644 --- a/abs/core/libvdpau/PKGBUILD +++ b/abs/core/libvdpau/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libvdpau -pkgver=0.7 +pkgver=0.8 pkgrel=1 pkgdesc="Nvidia VDPAU library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ conflicts=('nvidia-utils<190.42-2') license=('custom') source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz) makedepends=('dri2proto') -sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0') +sha256sums=('73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed') build() { cd "${srcdir}/${pkgname}-${pkgver}" |