diff options
Diffstat (limited to 'community/dmenu/PKGBUILD')
-rw-r--r-- | community/dmenu/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD index 9a45dd17f..51037ff0d 100644 --- a/community/dmenu/PKGBUILD +++ b/community/dmenu/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.5 pkgrel=3 pkgdesc="A generic menu for X" url="http://tools.suckless.org/dmenu/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MIT') depends=('sh' 'libxinerama') source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz) @@ -27,4 +27,4 @@ package() { cd $srcdir/$pkgname-$pkgver make PREFIX=/usr DESTDIR=$pkgdir install install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} +}
\ No newline at end of file |