diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 16:24:05 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 16:24:05 -0500 |
commit | a084559f421a288dd77f81e458161f95ae8d1be9 (patch) | |
tree | 4b6ecbc5222691982f23bedbc84281d3b560328e /extra/xorg-xinit | |
parent | 071445e6a2bb31ddf638e6f2e5362953b47e72dc (diff) |
downgrading xorg-* on extra, xorg-* current on testing
Diffstat (limited to 'extra/xorg-xinit')
-rw-r--r-- | extra/xorg-xinit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xorg-xinit/PKGBUILD b/extra/xorg-xinit/PKGBUILD index 4fb60183c..e7df3f67e 100644 --- a/extra/xorg-xinit/PKGBUILD +++ b/extra/xorg-xinit/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xorg-xinit pkgver=1.3.0 pkgrel=3 pkgdesc="X.Org initialisation program " -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64) license=('custom') url="http://xorg.freedesktop.org/" depends=('libx11' 'xorg-xauth') |