Date: Thursday, March 10, 2011 @ 10:58:02 Author: jgc Revision: 113836
upgpkg: xorg-xvinfo 1.1.1-2 Add to xorg groups Modified: xorg-xvinfo/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-10 15:57:57 UTC (rev 113835) +++ PKGBUILD 2011-03-10 15:58:02 UTC (rev 113836) @@ -1,15 +1,16 @@ -# $Id: $ +# $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=xorg-xvinfo pkgver=1.1.1 -pkgrel=1 +pkgrel=2 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/" license=('custom') 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') Property changes on: xorg-xvinfo/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id Revision
