diff options
Diffstat (limited to 'core/dbus-core')
-rw-r--r-- | core/dbus-core/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dbus-core/PKGBUILD b/core/dbus-core/PKGBUILD index fce2f644e..e4b13cc49 100644 --- a/core/dbus-core/PKGBUILD +++ b/core/dbus-core/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.6.4 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' 'libsystemd' 'shadow' 'systemd-tools') # shadow for install scriptlet FS#29341 makedepends=('libx11') |