diff options
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/libvdpau/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/libvdpau/PKGBUILD b/abs/core-testing/libvdpau/PKGBUILD index 7e92594..3c44363 100644 --- a/abs/core-testing/libvdpau/PKGBUILD +++ b/abs/core-testing/libvdpau/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libvdpau -pkgver=0.3 -pkgrel=3 +pkgver=0.4 +pkgrel=1 pkgdesc="NVIDIA VDPAU library" arch=(i686 x86_64) url=http://cgit.freedesktop.org/~aplattner/libvdpau @@ -12,7 +12,9 @@ conflicts=('nvidia-utils<190.42-2') options=('!libtool' 'force') license=('custom') source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e32980329c84dbb90e2954e4a38051618f053ef7') +makedepends=('libx11') +sha256sums=('530c630e0784cc65bc31e5b487bd11fccd4049bc861d16844702048821262faa') + build() { cd "${srcdir}/${pkgname}-${pkgver}" |