diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-08-06 12:15:01 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-08-06 12:15:01 (GMT) |
commit | f1c3dcf5083b7e313c7b4507b955d5793468d1b8 (patch) | |
tree | 1f343c3cf70d73985bf3514f71972c7001f56d0d | |
parent | 7490b76ac610aa3f222f50d7d98b4c003e3318d8 (diff) | |
download | linhes_pkgbuild-f1c3dcf5083b7e313c7b4507b955d5793468d1b8.zip linhes_pkgbuild-f1c3dcf5083b7e313c7b4507b955d5793468d1b8.tar.gz linhes_pkgbuild-f1c3dcf5083b7e313c7b4507b955d5793468d1b8.tar.bz2 |
vdpinfo: updated to release 185.18.31
-rw-r--r-- | abs/core-testing/vdpinfo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/vdpinfo/PKGBUILD b/abs/core-testing/vdpinfo/PKGBUILD index d9bfadc..845db3a 100644 --- a/abs/core-testing/vdpinfo/PKGBUILD +++ b/abs/core-testing/vdpinfo/PKGBUILD @@ -2,7 +2,7 @@ # the nvidia package. pkgname=vdpinfo -pkgver=185.18.14 +pkgver=185.18.31 pkgrel=1 pkgdesc="polls the GPU for nVidia vdpau capabilities" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') [ "$CARCH" = "x86_64" ] && ARCH=x86_64 url="http://www.cs.rug.nl/~wladimir/vdpinfo/" license=('MIT') -depends=('nvidia-utils=185.18.14' 'nvidia=185.18.14') +depends=('nvidia-utils=185.18.31' 'nvidia=185.18.31') # Just let the dependency on the right nvidia and nvidia-utils versions # handle conflicts via those packages conflicts. # conflicts=() @@ -32,4 +32,4 @@ build() { #g++ -O3 -g -I$startdir/src/usr/include -c -o vdpinfo.o vdpinfo.cpp make install -m0755 vdpinfo $startdir/pkg/$LH_ROOT/bin/ -}
\ No newline at end of file +} |