diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-13 03:29:46 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-13 03:29:46 (GMT) |
commit | 4648ee8a66973363176447115b37a48fa6e68cfa (patch) | |
tree | fe174f3fcd14ce9460870e6555c7cf7c2cf145e3 /abs/core-testing/vdpauinfo/PKGBUILD | |
parent | 57129fcbae8f534515bc1dafe099a1a40848da41 (diff) | |
parent | 6ffc9baa6eb4b1d88443b5f1176ef49857ffb32c (diff) | |
download | linhes_pkgbuild-4648ee8a66973363176447115b37a48fa6e68cfa.zip linhes_pkgbuild-4648ee8a66973363176447115b37a48fa6e68cfa.tar.gz linhes_pkgbuild-4648ee8a66973363176447115b37a48fa6e68cfa.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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') |