diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
commit | 4d60eff168d18c5986d99374bef73d1accff7235 (patch) | |
tree | 5b55bfd7be79409a25a85a76e78a57c7b8c48d6e /community/dunst/PKGBUILD | |
parent | d503056ff0810f0e9a4d7430dd9a99ef666240d9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/dunst/PKGBUILD')
-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 33337133b..79d954947 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -6,7 +6,7 @@ pkgname=dunst pkgver=0.4.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=(dbus-core libxinerama libxft libxss libxdg-basedir) |