diff options
Diffstat (limited to 'extra/libgsf/PKGBUILD')
-rw-r--r-- | extra/libgsf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libgsf/PKGBUILD b/extra/libgsf/PKGBUILD index 87a0928a8..7eb4462be 100644 --- a/extra/libgsf/PKGBUILD +++ b/extra/libgsf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgsf pkgver=1.14.22 pkgrel=2 -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats" url="http://www.gnome.org/" license=('GPL' 'LGPL') |