diff options
Diffstat (limited to 'extra/xfce-utils/PKGBUILD')
-rw-r--r-- | extra/xfce-utils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/xfce-utils/PKGBUILD b/extra/xfce-utils/PKGBUILD index 063795561..0b9203407 100644 --- a/extra/xfce-utils/PKGBUILD +++ b/extra/xfce-utils/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xfce-utils pkgver=4.8.3 pkgrel=1 pkgdesc="Utilities for Xfce" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL2') url="http://www.xfce.org/" groups=('xfce4') @@ -31,7 +31,7 @@ build() { --disable-static \ --enable-dbus \ --disable-debug \ - --with-vendor-info=ArchLinux # --enable-gen-doc \ + --with-vendor-info=Parabola # --enable-gen-doc \ make } |