summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0057cd4c3238..eff565400b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: shild <shildv@gmail.com>
pkgname=xmonad-git
-pkgver=v0.11.r44.g577d5ae
-pkgrel=3
+pkgver=v0.12.r25.g2b103ed
+pkgrel=1
pkgdesc="Lightweight X11 tiled window manager written in Haskell"
arch=('i686' 'x86_64')
url="http://xmonad.org/"
@@ -13,7 +13,7 @@ license=('BSD')
depends=('ghc'
'sh'
'gmp'
- 'haskell-x11>=1.5' 'haskell-x11<1.7'
+ 'haskell-x11>=1.7' 'haskell-x11<1.8'
'haskell-mtl'
'haskell-utf8-string>=0.3' 'haskell-utf8-string<1.1'
'haskell-extensible-exceptions'