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 bf47efead..39157f110 100644
--- a/community/dmenu/PKGBUILD
+++ b/community/dmenu/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=4.3.1
pkgrel=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")
@@ -28,3 +28,4 @@ package() {
make PREFIX=/usr DESTDIR=$pkgdir install
install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+md5sums=('85204de9ac040e0ba544978ce6d6a105')