diff options
author | Nathan Harris <nharris@eoimaging.com> | 2010-01-25 21:27:52 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2010-01-25 21:27:52 (GMT) |
commit | 0f652d8b2c10b04bebb4d339c4f5145ca352aa4e (patch) | |
tree | c0e33dc903d6bee4a52da163a03fd2efc6aa8130 /abs | |
parent | 2460a94919f5e311e14e11f25a4cc4842589f0a1 (diff) | |
download | linhes_pkgbuild-0f652d8b2c10b04bebb4d339c4f5145ca352aa4e.zip linhes_pkgbuild-0f652d8b2c10b04bebb4d339c4f5145ca352aa4e.tar.gz linhes_pkgbuild-0f652d8b2c10b04bebb4d339c4f5145ca352aa4e.tar.bz2 |
vdpauinfo: bumped for new nvidia (probably not necessary)
Diffstat (limited to 'abs')
-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 672749d..4881bc3 100644 --- a/abs/core-testing/vdpauinfo/PKGBUILD +++ b/abs/core-testing/vdpauinfo/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Nathan Harris pkgname=vdpauinfo pkgver=0.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="NVIDIA VDPAU capability query utility" arch=('i686' 'x86_64') url="url=http://cgit.freedesktop.org/~aplattner/vdpauinfo" @@ -11,7 +11,7 @@ makedepends=('gcc' 'autoconf' 'make') optdepends=() install=() source=(http://cgit.freedesktop.org/~aplattner/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz) -md5sums=('0ecc55e3b5bae622d1b6caf5fe28dbe4') +#md5sums=('d5aff9786b44ac5c70b5dd6faea37a67') build() { cd "${srcdir}/${pkgname}-${pkgver}" |