diff options
Diffstat (limited to 'extra/xorg-xvinfo/PKGBUILD')
-rw-r--r-- | extra/xorg-xvinfo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xorg-xvinfo/PKGBUILD b/extra/xorg-xvinfo/PKGBUILD index 84f55418d..f3ef41f7d 100644 --- a/extra/xorg-xvinfo/PKGBUILD +++ b/extra/xorg-xvinfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151163 2012-02-25 06:42:49Z allan $ +# $Id: PKGBUILD 177988 2013-02-12 19:43:20Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xvinfo -pkgver=1.1.1 -pkgrel=3 +pkgver=1.1.2 +pkgrel=1 pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('libx11' 'libxv') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2) -sha1sums=('dc326464748fa608da50386112a89024804c1910') +sha256sums=('eed3d90ffd788ef728c4a5e7aa4bd86dc6bbcebac929caf7a0479cf8b53b50e3') build() { cd "${srcdir}/xvinfo-${pkgver}" |