diff options
Diffstat (limited to 'community/windowlab/PKGBUILD')
-rw-r--r-- | community/windowlab/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/windowlab/PKGBUILD b/community/windowlab/PKGBUILD index f2bf963fc..7dec691b1 100644 --- a/community/windowlab/PKGBUILD +++ b/community/windowlab/PKGBUILD @@ -8,12 +8,12 @@ pkgname=windowlab pkgver=1.40 pkgrel=3 pkgdesc="A small and simple window manager." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nickgravgaard.com/windowlab" license=('GPL') depends=('xorg-server' 'libxft' 'libxext') source=("http://www.nickgravgaard.com/windowlab/${pkgname}-${pkgver}.tar") -md5sums=('346f8c187838a446b4cbb2326d035577') +md5sums=('7fcf770b3da932ac7d252572974b0d54') build() { cd ${srcdir}/${pkgname}-${pkgver} |