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..b0a913cee 100644 --- a/community/dmenu/PKGBUILD +++ b/community/dmenu/PKGBUILD @@ -7,10 +7,10 @@ pkgname=dmenu pkgver=4.5 -pkgrel=3 +pkgrel=3.1 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) |