diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-13 19:22:03 (GMT) |
commit | d8a29f1dc19a4f5c5df412c7712b991dd52b2c89 (patch) | |
tree | 92e7cb3efbe38f5d8311c92fc7d35ef793ecb96f /abs/core-testing/vdpauinfo/PKGBUILD | |
parent | 1421c1d93d214f0d6e13fc78394603a1e73ed0a1 (diff) | |
parent | c5386f09a7257bae94e78e4dbcde52e232516ae7 (diff) | |
download | linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.zip linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.gz linhes_pkgbuild-d8a29f1dc19a4f5c5df412c7712b991dd52b2c89.tar.bz2 |
Merge branch 'master' of mihanson@knoppmyth.net: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') |