summaryrefslogtreecommitdiff
path: root/community/dmenu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dmenu/PKGBUILD')
-rw-r--r--community/dmenu/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/dmenu/PKGBUILD b/community/dmenu/PKGBUILD
index 074b0d457..df38eb4c2 100644
--- a/community/dmenu/PKGBUILD
+++ b/community/dmenu/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=4.5
pkgrel=2
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' 'libxft' 'freetype2')
source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz"
@@ -28,3 +28,4 @@ package() {
make PREFIX=/usr DESTDIR=$pkgdir install
install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+md5sums=('85204de9ac040e0ba544978ce6d6a105')