diff options
Diffstat (limited to 'extra/xorg-xvinfo/PKGBUILD')
-rw-r--r-- | extra/xorg-xvinfo/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/xorg-xvinfo/PKGBUILD b/extra/xorg-xvinfo/PKGBUILD index 84f55418d..82ebec11c 100644 --- a/extra/xorg-xvinfo/PKGBUILD +++ b/extra/xorg-xvinfo/PKGBUILD @@ -3,9 +3,9 @@ pkgname=xorg-xvinfo pkgver=1.1.1 -pkgrel=3 +pkgrel=3.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') +arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" license=('custom') depends=('libx11' 'libxv') |