diff options
Diffstat (limited to 'abs/core-testing/vdpauinfo/PKGBUILD')
-rw-r--r-- | abs/core-testing/vdpauinfo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/vdpauinfo/PKGBUILD b/abs/core-testing/vdpauinfo/PKGBUILD index f304e08..35e8419 100644 --- a/abs/core-testing/vdpauinfo/PKGBUILD +++ b/abs/core-testing/vdpauinfo/PKGBUILD @@ -1,14 +1,14 @@ # Contributor: Nathan Harris pkgname=vdpauinfo pkgver=0.0.6 -pkgrel=4 +pkgrel=5 pkgdesc="NVIDIA VDPAU capability query utility" arch=('i686' 'x86_64') url="url=http://cgit.freedesktop.org/~aplattner/vdpauinfo" license=('custom') depends=('libvdpau' 'xorg-server') makedepends=('gcc' 'autoconf' 'make') -optdepends=(nivida-utils) +optdepends=(nvidia-utils) install=() source=(http://cgit.freedesktop.org/~aplattner/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz) #md5sums=('d5aff9786b44ac5c70b5dd6faea37a67') |