diff options
Diffstat (limited to 'extra/dbus/PKGBUILD')
-rw-r--r-- | extra/dbus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/dbus/PKGBUILD b/extra/dbus/PKGBUILD index bcac66a7a..26a7f7001 100644 --- a/extra/dbus/PKGBUILD +++ b/extra/dbus/PKGBUILD @@ -4,10 +4,10 @@ # pkgname=dbus pkgver=1.4.12 -pkgrel=1 +pkgrel=2 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=("dbus-core>=${pkgver}" 'libx11') source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz |