diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-06 21:04:47 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-06 21:04:47 -0500 |
commit | b868a607095821d84b68367ed2be4d33ba250ba8 (patch) | |
tree | 104f83b9c12cd9808ffc6013ca866bed4c629ced /community/lxappearance-obconf/PKGBUILD | |
parent | 4363c3bc492c930b4b73b3da7ab3b932a07eec4b (diff) |
Add mips64el in arch() of lxappearance-obconf
Diffstat (limited to 'community/lxappearance-obconf/PKGBUILD')
-rw-r--r-- | community/lxappearance-obconf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxappearance-obconf/PKGBUILD b/community/lxappearance-obconf/PKGBUILD index 92b47b7fb..c3e345a74 100644 --- a/community/lxappearance-obconf/PKGBUILD +++ b/community/lxappearance-obconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=lxappearance-obconf pkgver=0.2.0 pkgrel=1 pkgdesc='A plugin for LXAppearance to configure Openbox' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') |