summaryrefslogtreecommitdiff
path: root/core/dbus/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-12 19:23:01 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-12 19:23:01 +0100
commit4607424231af4770216ef1f336ed63ea1e660718 (patch)
treec991f04ff0d763b2706d3853d5aac94df8e8d134 /core/dbus/PKGBUILD
parent9a129e76c1203102dca20f6467548f3b7f4d66d8 (diff)
Arch extra packages for mips64el.
Diffstat (limited to 'core/dbus/PKGBUILD')
-rw-r--r--core/dbus/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD
index 32b9a30bf..012878f93 100644
--- a/core/dbus/PKGBUILD
+++ b/core/dbus/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.6.8
pkgrel=6
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')
# do not depend on systemd to avoid circular dep,
# dep on shadow for install scriptlet FS#29341