diff options
Diffstat (limited to 'community/wmname/PKGBUILD')
-rw-r--r-- | community/wmname/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wmname/PKGBUILD b/community/wmname/PKGBUILD index e9c75101e..0d72d64c7 100644 --- a/community/wmname/PKGBUILD +++ b/community/wmname/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="An utility to set the name of your window manager" url="http://www.suckless.org/programs/wmname.html" license=('custom') depends=('libx11') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://dl.suckless.org/tools/wmname-$pkgver.tar.gz") md5sums=('6903d299f84d335e529fbd2c1d6e49fe') |