diff options
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r-- | community/systemd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index 0016127b2..325223225 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=systemd pkgver=28 pkgrel=1 pkgdesc="Session and Startup manager" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2') depends=('dbus-core' 'initscripts' 'sysvinit' 'util-linux>=2.19') |