diff options
Diffstat (limited to 'community/dunst')
-rw-r--r-- | community/dunst/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD index 88f684eec..c6cf9a28f 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dunst pkgver=1.0.0 pkgrel=1 pkgdesc="a dmenu-ish notification system " -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://knopwob.github.com/dunst" license=(MIT) depends=(libxinerama libxss libxdg-basedir pango) |