diff options
Diffstat (limited to 'core/dbus/PKGBUILD')
-rw-r--r-- | core/dbus/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD index fc6448616..2415f2c43 100644 --- a/core/dbus/PKGBUILD +++ b/core/dbus/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.10 pkgrel=1 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL' 'custom') depends=('expat' 'coreutils' 'filesystem') makedepends=('libx11' 'systemd') |