diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-06 21:40:22 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-06 21:40:22 -0500 |
commit | c46eba9943dd0e63496ab3ee93cfb7da246386c9 (patch) | |
tree | ac66a299bd40b9ecbe00b98eecbcf2e4a3a9a763 /community/lxshortcut | |
parent | b868a607095821d84b68367ed2be4d33ba250ba8 (diff) |
Add mips64el in arch() of lxshortcut
Diffstat (limited to 'community/lxshortcut')
-rw-r--r-- | community/lxshortcut/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxshortcut/PKGBUILD b/community/lxshortcut/PKGBUILD index 75732c2a7..b8b0ae126 100644 --- a/community/lxshortcut/PKGBUILD +++ b/community/lxshortcut/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lxshortcut pkgver=0.1.2 pkgrel=1 pkgdesc='Small program used to edit application shortcuts' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxde.org/" license=('GPL') groups=('lxde') |