summaryrefslogtreecommitdiff
path: root/community/xmonad/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xmonad/PKGBUILD')
-rw-r--r--community/xmonad/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD
index 9e473de44..3b49b1d81 100644
--- a/community/xmonad/PKGBUILD
+++ b/community/xmonad/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 96798 2013-09-05 16:17:45Z bgyorgy $
+# $Id: PKGBUILD 110643 2014-05-04 13:55:22Z td123 $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: shild <shildv@gmail.com>
pkgname=xmonad
pkgver=0.11
-pkgrel=7
+pkgrel=8
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
license=('BSD')
-depends=('ghc=7.6.3-1' 'gmp' 'haskell-x11=1.6.1.1-3' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-utf8-string=0.3.7-5' 'haskell-extensible-exceptions=0.1.1.4-5')
+depends=('ghc=7.8.2' 'gmp' 'haskell-x11=1.6.1.1' 'sh' 'haskell-mtl=2.1.3.1' 'haskell-utf8-string=0.3.7' 'haskell-extensible-exceptions=0.1.1.4')
makedepends=('gendesk')
optdepends=('xorg-xmessage: for displaying visual error messages')
install='xmonad.install'
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
'xmonad.svg')
+options=('staticlibs')
md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
'72bfa5e62e4e44fe7fa59b6a7593d993')